Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d936b6 commit 72b615aCopy full SHA for 72b615a
1 file changed
Doc/library/typing.rst
@@ -462,7 +462,7 @@ contrast, a variable annotated with ``type[C]`` (or
462
themselves -- specifically, it will accept the *class object* of ``C``. For
463
example::
464
465
- a = 3 # Has type ``int```
+ a = 3 # Has type ``int``
466
b = int # Has type ``type[int]``
467
c = type(a) # Also has type ``type[int]``
468
0 commit comments