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 519b56a commit ae68a45Copy full SHA for ae68a45
Doc/library/typing.rst
@@ -319,7 +319,7 @@ single type parameter ``T`` . This also makes ``T`` valid as a type within the
319
class body.
320
321
The :class:`Generic` base class defines :meth:`~object.__class_getitem__` so
322
-that ``LoggedVar[t]`` is valid as a type::
+that ``LoggedVar[T]`` is valid as a type::
323
324
from collections.abc import Iterable
325
0 commit comments