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 f90099c commit 5531d03Copy full SHA for 5531d03
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