diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-09-11 12:28:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-11 12:28:06 (GMT) |
commit | e0dd713370f94d0f4a59604cc769e0cc643b7740 (patch) | |
tree | 95992a54223416cccc6b290183332a5875da9552 /Doc/distutils | |
parent | 44e36e80456dabaeb59c6e2a93e0c1322bfeb179 (diff) | |
download | cpython-e0dd713370f94d0f4a59604cc769e0cc643b7740.zip cpython-e0dd713370f94d0f4a59604cc769e0cc643b7740.tar.gz cpython-e0dd713370f94d0f4a59604cc769e0cc643b7740.tar.bz2 |
bpo-38103: fix conflicting labels in the docs. (GH-15906)
(cherry picked from commit 2d8d597bb8f882a7677db5a2739df0e617098634)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/examples.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst index 4ac552c..44f7083 100644 --- a/Doc/distutils/examples.rst +++ b/Doc/distutils/examples.rst @@ -1,8 +1,8 @@ .. _distutils_examples: -******** -Examples -******** +****************** +Distutils Examples +****************** .. include:: ./_setuptools_disclaimer.rst |