]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Remove unnecessary bullet from docs (#13641)
authorOA <oceane.adamowski@outlook.com>
Sat, 26 Apr 2025 16:00:32 +0000 (18:00 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Apr 2025 16:00:32 +0000 (18:00 +0200)
README.md
docs/en/docs/index.md

index 9a1260b90aeb988516d756959a6170ea5e23dc3d..a7a069cced94d00b86f7c2b37ce9eb3146215408 100644 (file)
--- 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
index 4a2777f253786585486b09503b85cfd8bba052e1..0f3623ed50001ff6d317226cd6fd8cbb12d447bc 100644 (file)
@@ -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