Skip to content

Commit ae68a45

Browse files
gh-98561: Fix a typo in typing (GH-98562)
(cherry picked from commit b6d5d5b) Co-authored-by: Omkaar <[email protected]>
1 parent 519b56a commit ae68a45

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)