Clarify a sentence that mentioned LoggedVar[t].
This commit is contained in:
parent
92eb68bca0
commit
e70675917d
|
@ -372,7 +372,7 @@ takes a single type parameter ``T``. This also makes ``T`` valid as
|
|||
a type within the class body.
|
||||
|
||||
The ``Generic`` base class uses a metaclass that defines ``__getitem__``
|
||||
so that ``LoggedVar[t]`` is valid as a type::
|
||||
so that e.g. ``LoggedVar[int]`` is valid as a type::
|
||||
|
||||
from typing import Iterable
|
||||
|
||||
|
|
Loading…
Reference in New Issue