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 dcb342b commit f3c23fcCopy full SHA for f3c23fc
Doc/library/typing.rst
@@ -305,7 +305,7 @@ single type parameter ``T`` . This also makes ``T`` valid as a type within the
305
class body.
306
307
The :class:`Generic` base class defines :meth:`~object.__class_getitem__` so
308
-that ``LoggedVar[t]`` is valid as a type::
+that ``LoggedVar[T]`` is valid as a type::
309
310
from collections.abc import Iterable
311
0 commit comments