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

(cherry picked from commit 2d8d597bb8)

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-09-11 05:28:06 -07:00 committed by GitHub
parent 44e36e8045
commit e0dd713370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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
========

View File

@ -1,8 +1,8 @@
.. _distutils_examples:
********
Examples
********
******************
Distutils Examples
******************
.. include:: ./_setuptools_disclaimer.rst