mirror of https://github.com/tiangolo/fastapi.git
📝 Remove unnecessary bullet from docs (#13641)
This commit is contained in:
parent
fe0c643e90
commit
c2fb5cc109
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue