Skip to content

Commit a9a3f74

Browse files
Update Doc/library/typing.rst
Co-authored-by: Brian Schubert <[email protected]>
1 parent 2750cf8 commit a9a3f74

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
@@ -1458,7 +1458,7 @@ These can be used as types in annotations. They all support subscription using
14581458
>>> X.__metadata__
14591459
('very', 'important', 'metadata')
14601460

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

14641464
.. doctest::

0 commit comments

Comments
 (0)