mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
gh-119180: Refer to annotationlib.get_annotations() in typing.get_type_hints() documentation (#137247)
This commit is contained in:
parent
d591b5effb
commit
5e2f0b976a
1 changed files with 1 additions and 1 deletions
|
|
@ -3357,7 +3357,7 @@ Introspection helpers
|
|||
with ``T``, unless *include_extras* is set to ``True`` (see
|
||||
:class:`Annotated` for more information).
|
||||
|
||||
See also :func:`inspect.get_annotations`, a lower-level function that
|
||||
See also :func:`annotationlib.get_annotations`, a lower-level function that
|
||||
returns annotations more directly.
|
||||
|
||||
.. note::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue