Ihor Tymkiv
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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` |
|
|
|