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 f19ac5c commit fedc634Copy full SHA for fedc634
Doc/whatsnew/3.0.rst
@@ -357,7 +357,7 @@ New Syntax
357
provides a standardized way of annotating a function's parameters
358
and return value. There are no semantics attached to such
359
annotations except that they can be introspected at runtime using
360
- the :attr:`~object.__annotations__` attribute. The intent is to
+ the :attr:`!__annotations__` attribute. The intent is to
361
encourage experimentation through metaclasses, decorators or frameworks.
362
363
* :pep:`3102`: Keyword-only arguments. Named parameters occurring
0 commit comments