From: OA Date: Sat, 26 Apr 2025 16:00:32 +0000 (+0200) Subject: 📝 Remove unnecessary bullet from docs (#13641) X-Git-Tag: 0.115.13~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2fb5cc109ebb06ff56cb1a8732c8d9bff3111ac;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Remove unnecessary bullet from docs (#13641) --- diff --git a/README.md b/README.md index 9a1260b90a..a7a069cced 100644 --- a/README.md +++ b/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 diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 4a2777f253..0f3623ed50 100644 --- a/docs/en/docs/index.md +++ b/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