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 74660e5 commit 6315d3fCopy full SHA for 6315d3f
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:`typeobj-examples`
+In addition to the following quick reference, the :ref:`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
-.. _typeobj-examples:
+.. _examples:
2325
2326
Examples
2327
========
0 commit comments