From ae5280e501a7ab7e2a1989bd398b261280745aeb Mon Sep 17 00:00:00 2001 From: Ihor Tymkiv <102431570+GlitchingCore@users.noreply.github.com> Date: Fri, 26 Aug 2022 17:52:23 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Fix=20a=20simple=20typo=20in=20`doc?= =?UTF-8?q?s/en/docs/python-types.md`=20(#5193)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sebastián Ramírez --- docs/en/docs/python-types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/python-types.md b/docs/en/docs/python-types.md index 87fdd6d8d15cc..3d22ee620af0d 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`