Browse Source

📝 Remove unnecessary bullet from docs (#13641)

pull/13290/merge
OA 2 weeks ago
committed by GitHub
parent
commit
c2fb5cc109
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      README.md
  2. 2
      docs/en/docs/index.md

2
README.md

@ -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

2
docs/en/docs/index.md

@ -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…
Cancel
Save