Skip to content

Commit b6d5d5b

Browse files
authored
gh-98561: Fix a typo in typing (GH-98562)
1 parent 833f275 commit b6d5d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ single type parameter ``T`` . This also makes ``T`` valid as a type within the
319319
class body.
320320

321321
The :class:`Generic` base class defines :meth:`~object.__class_getitem__` so
322-
that ``LoggedVar[t]`` is valid as a type::
322+
that ``LoggedVar[T]`` is valid as a type::
323323

324324
from collections.abc import Iterable
325325

0 commit comments

Comments
 (0)