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 2750cf8 commit a9a3f74Copy full SHA for a9a3f74
Doc/library/typing.rst
@@ -1458,7 +1458,7 @@ These can be used as types in annotations. They all support subscription using
1458
>>> X.__metadata__
1459
('very', 'important', 'metadata')
1460
1461
- * At runtime, if you want to retrive the original
+ * At runtime, if you want to retrieve the original
1462
type wrapped by ``Annotated``, use :attr:`!__origin__` attribute:
1463
1464
.. doctest::
0 commit comments