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 8c7f3e4 commit c9ad04eCopy full SHA for c9ad04e
Doc/reference/datamodel.rst
@@ -1008,11 +1008,8 @@ Special attributes
1008
* - .. attribute:: type.__annotations__
1009
- A dictionary containing
1010
:term:`variable annotations <variable annotation>`
1011
- collected during class body execution. See also:
1012
- :attr:`__annotations__ attributes <object.__annotations__>`.
1013
-
1014
- For best practices on working with :attr:`~object.__annotations__`,
1015
- please see :ref:`annotations-howto`..
+ collected during class body execution. For best practices on working
+ with :attr:`!__annotations__`, please see :ref:`annotations-howto`.
1016
1017
* - .. attribute:: type.__type_params__
1018
- A :class:`tuple` containing the :ref:`type parameters <type-params>` of
0 commit comments