From f4ed2b886a85af13d1aeae3e4f879f4458cead5a Mon Sep 17 00:00:00 2001 From: GlitchingCore <102431570+GlitchingCore@users.noreply.github.com> Date: Mon, 25 Jul 2022 09:43:37 +0300 Subject: [PATCH] Fix a simple typo in python-types.md (en) Was reading the docs and noticed that "brakets" was missing a "c" --- 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 963fcaf1cd580..b0da51209669a 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`