Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d8d597

Browse files
ezio-melottilisroach
authored andcommitted
bpo-38103: fix conflicting labels in the docs. (GH-15906)
1 parent f2173ae commit 2d8d597

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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:`typedef-examples`
2424
section provides at-a-glance insight into the meaning and use of
2525
:c:type:`PyTypeObject`.
2626

@@ -2450,7 +2450,7 @@ Slot Type typedefs
24502450
.. c:type:: int (*objobjargproc)(PyObject *, PyObject *, PyObject *)
24512451
24522452
2453-
.. _examples:
2453+
.. _typedef-examples:
24542454

24552455
Examples
24562456
========

Doc/distutils/examples.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _distutils_examples:
22

3-
********
4-
Examples
5-
********
3+
******************
4+
Distutils Examples
5+
******************
66

77
.. include:: ./_setuptools_disclaimer.rst
88

0 commit comments

Comments
 (0)