Skip to content

Commit

Permalink
Update Doc/library/typing.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Schubert <[email protected]>
  • Loading branch information
sobolevn and brianschubert authored Sep 16, 2024
1 parent 2750cf8 commit a9a3f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@ These can be used as types in annotations. They all support subscription using
>>> X.__metadata__
('very', 'important', 'metadata')

* At runtime, if you want to retrive the original
* At runtime, if you want to retrieve the original
type wrapped by ``Annotated``, use :attr:`!__origin__` attribute:

.. doctest::
Expand Down

0 comments on commit a9a3f74

Please sign in to comment.