Skip to content

Commit 1ed68f2

Browse files
Update Doc/library/typing.rst
1 parent c7a2f07 commit 1ed68f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3341,7 +3341,7 @@ Introspection helpers
33413341
earlier in the :term:`method resolution order` always take precedence over
33423342
annotations on classes appearing later in the method resolution order.
33433343
* The function recursively replaces all occurrences of
3344-
``Annotated[T, ...]``/``Required[T]``/``NotRequired[T]``
3344+
``Annotated[T, ...]``, ``Required[T]`` and ``NotRequired[T]``
33453345
with ``T``, unless *include_extras* is set to ``True`` (see
33463346
:class:`Annotated` for more information).
33473347

0 commit comments

Comments
 (0)