Skip to content

Commit 699dbb4

Browse files
committed
Fix wrong example link that was linking to distutils
1 parent a5259fb commit 699dbb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/typeobj.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ functionality. The fields of the type object are examined in detail in this
2020
section. The fields will be described in the order in which they occur in the
2121
structure.
2222

23-
In addition to the following quick reference, the :ref:`examples`
23+
In addition to the following quick reference, the :ref:`typeobj-examples`
2424
section provides at-a-glance insight into the meaning and use of
2525
:c:type:`PyTypeObject`.
2626

@@ -2321,7 +2321,7 @@ Slot Type typedefs
23212321
.. c:type:: int (*objobjargproc)(PyObject *, PyObject *, PyObject *)
23222322
23232323
2324-
.. _examples:
2324+
.. _typeobj-examples:
23252325

23262326
Examples
23272327
========

0 commit comments

Comments
 (0)