From: Ihor Tymkiv <102431570+GlitchingCore@users.noreply.github.com> Date: Fri, 26 Aug 2022 14:52:23 +0000 (+0300) Subject: ✏ Fix a simple typo in `docs/en/docs/python-types.md` (#5193) X-Git-Tag: 0.81.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae5280e501a7ab7e2a1989bd398b261280745aeb;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix a simple typo in `docs/en/docs/python-types.md` (#5193) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/python-types.md b/docs/en/docs/python-types.md index 87fdd6d8d1..3d22ee620a 100644 --- a/docs/en/docs/python-types.md +++ b/docs/en/docs/python-types.md @@ -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`