Commit 2d8d597b authored by Ezio Melotti's avatar Ezio Melotti Committed by Lisa Roach

bpo-38103: fix conflicting labels in the docs. (GH-15906)

parent f2173ae3
......@@ -20,7 +20,7 @@ functionality. The fields of the type object are examined in detail in this
section. The fields will be described in the order in which they occur in the
structure.
In addition to the following quick reference, the :ref:`examples`
In addition to the following quick reference, the :ref:`typedef-examples`
section provides at-a-glance insight into the meaning and use of
:c:type:`PyTypeObject`.
......@@ -2450,7 +2450,7 @@ Slot Type typedefs
.. c:type:: int (*objobjargproc)(PyObject *, PyObject *, PyObject *)
.. _examples:
.. _typedef-examples:
Examples
========
......
.. _distutils_examples:
********
Examples
********
******************
Distutils Examples
******************
.. include:: ./_setuptools_disclaimer.rst
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment