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 a5259fb commit 699dbb4Copy full SHA for 699dbb4
Doc/c-api/typeobj.rst
@@ -20,7 +20,7 @@ functionality. The fields of the type object are examined in detail in this
20
section. The fields will be described in the order in which they occur in the
21
structure.
22
23
-In addition to the following quick reference, the :ref:`examples`
+In addition to the following quick reference, the :ref:`typeobj-examples`
24
section provides at-a-glance insight into the meaning and use of
25
:c:type:`PyTypeObject`.
26
@@ -2321,7 +2321,7 @@ Slot Type typedefs
2321
.. c:type:: int (*objobjargproc)(PyObject *, PyObject *, PyObject *)
2322
2323
2324
-.. _examples:
+.. _typeobj-examples:
2325
2326
Examples
2327
========
0 commit comments