Skip to content

Commit

Permalink
✏ Fix a simple typo in docs/en/docs/python-types.md (#5193)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
  • Loading branch information
glitchingcore and tiangolo committed Aug 26, 2022
1 parent d4b2ef8 commit ae5280e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/docs/python-types.md
Expand Up @@ -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`
Expand All @@ -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`
Expand Down

0 comments on commit ae5280e

Please sign in to comment.