mirror of
https://github.com/fastapi/fastapi.git
synced 2025-12-23 22:29:34 -05:00
📝 Remove unnecessary bullet from docs (#13641)
This commit is contained in:
@@ -150,7 +150,7 @@ $ pip install "fastapi[standard]"
|
||||
|
||||
### Create it
|
||||
|
||||
* Create a file `main.py` with:
|
||||
Create a file `main.py` with:
|
||||
|
||||
```Python
|
||||
from typing import Union
|
||||
|
||||
@@ -146,7 +146,7 @@ $ pip install "fastapi[standard]"
|
||||
|
||||
### Create it
|
||||
|
||||
* Create a file `main.py` with:
|
||||
Create a file `main.py` with:
|
||||
|
||||
```Python
|
||||
from typing import Union
|
||||
|
||||
Reference in New Issue
Block a user