mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-98561: Fix a typo in typing (GH-98562)
(cherry picked from commit b6d5d5b60a)
Co-authored-by: Omkaar <79257339+Infiniticity@users.noreply.github.com>
This commit is contained in:
parent
dcb342b5f9
commit
f3c23fc48c
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ single type parameter ``T`` . This also makes ``T`` valid as a type within the
|
|||
class body.
|
||||
|
||||
The :class:`Generic` base class defines :meth:`~object.__class_getitem__` so
|
||||
that ``LoggedVar[t]`` is valid as a type::
|
||||
that ``LoggedVar[T]`` is valid as a type::
|
||||
|
||||
from collections.abc import Iterable
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue