]> granicus.if.org Git - python/commitdiff
bpo-38103: fix conflicting labels in the docs. (GH-15906)
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 11 Sep 2019 10:57:59 +0000 (11:57 +0100)
committerLisa Roach <lisaroach14@gmail.com>
Wed, 11 Sep 2019 10:57:59 +0000 (11:57 +0100)
Doc/c-api/typeobj.rst
Doc/distutils/examples.rst

index 638fb0c32d788bc720c17cc70f9bd8514673eb0e..f8e30a0380b9dfc942d50fcfc15aa4dad67faf26 100644 (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
 ========
index 4ac552c7c6997af45a84059b78968348b339d815..44f70831d0bf8721dc8c30c1e0099164abcf3717 100644 (file)
@@ -1,8 +1,8 @@
 .. _distutils_examples:
 
-********
-Examples
-********
+******************
+Distutils Examples
+******************
 
 .. include:: ./_setuptools_disclaimer.rst