10000 gh-98561: Fix a typo in typing (GH-98562) · python/cpython@f3c23fc · GitHub
[go: up one dir, main page]

Skip to content

Commit f3c23fc

Browse files
gh-98561: Fix a typo in typing (GH-98562)
(cherry picked from commit b6d5d5b) Co-authored-by: Omkaar <79257339+Infiniticity@users.noreply.github.com>
1 parent dcb342b commit f3c23fc

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
@@ -305,7 +305,7 @@ single type parameter ``T`` . This also makes ``T`` valid as a type within the
305305
class body.
306306

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

310310
from collections.abc import Iterable
311311

0 commit comments

Comments
 (0)
0