]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix a simple typo in `docs/en/docs/python-types.md` (#5193)
authorIhor Tymkiv <102431570+GlitchingCore@users.noreply.github.com>
Fri, 26 Aug 2022 14:52:23 +0000 (17:52 +0300)
committerGitHub <noreply@github.com>
Fri, 26 Aug 2022 14:52:23 +0000 (14:52 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/python-types.md

index 87fdd6d8d15cc505b6c777a53e545c922828ddbf..3d22ee620af0d586dcf3d9b19c5329f4e723d878 100644 (file)
@@ -372,7 +372,7 @@ These types that take type parameters in square brackets are called **Generic ty
 
 === "Python 3.9 and above"
 
-    You can use the same builtin types as generics (with square brakets and types inside):
+    You can use the same builtin types as generics (with square brackets and types inside):
 
     * `list`
     * `tuple`
@@ -387,7 +387,7 @@ These types that take type parameters in square brackets are called **Generic ty
 
 === "Python 3.10 and above"
 
-    You can use the same builtin types as generics (with square brakets and types inside):
+    You can use the same builtin types as generics (with square brackets and types inside):
 
     * `list`
     * `tuple`