Skip to content

Commit c9ad04e

Browse files
committed
fix build
1 parent 8c7f3e4 commit c9ad04e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Doc/reference/datamodel.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,11 +1008,8 @@ Special attributes
10081008
* - .. attribute:: type.__annotations__
10091009
- A dictionary containing
10101010
: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`..
1011+
collected during class body execution. For best practices on working
1012+
with :attr:`!__annotations__`, please see :ref:`annotations-howto`.
10161013

10171014
* - .. attribute:: type.__type_params__
10181015
- A :class:`tuple` containing the :ref:`type parameters <type-params>` of

0 commit comments

Comments
 (0)