Skip to content
Snippets Groups Projects
Unverified Commit b6d5d5b6 authored by Omkaar's avatar Omkaar Committed by GitHub
Browse files

gh-98561: Fix a typo in typing (GH-98562)

parent 833f2758
Branches
Tags
No related merge requests found
......@@ -319,7 +319,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment