Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion peps/pep-0695.rst
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ is a generator or coroutine.
Accessing Type Parameters at Runtime
------------------------------------

A new read-only attribute called ``__type_params__`` is available on generic classes,
A new attribute called ``__type_params__`` is available on generic classes,
functions, and type aliases. This attribute is a tuple of the
type parameters that parameterize the class, function, or alias.
The tuple contains ``TypeVar``, ``ParamSpec``, and ``TypeVarTuple`` instances.
Expand Down