We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a2f07 commit 1ed68f2Copy full SHA for 1ed68f2
Doc/library/typing.rst
@@ -3341,7 +3341,7 @@ Introspection helpers
3341
earlier in the :term:`method resolution order` always take precedence over
3342
annotations on classes appearing later in the method resolution order.
3343
* The function recursively replaces all occurrences of
3344
- ``Annotated[T, ...]``/``Required[T]``/``NotRequired[T]``
+ ``Annotated[T, ...]``, ``Required[T]`` and ``NotRequired[T]``
3345
with ``T``, unless *include_extras* is set to ``True`` (see
3346
:class:`Annotated` for more information).
3347
0 commit comments