diff options
author | Georg Brandl <georg@python.org> | 2014-10-30 21:50:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-30 21:50:46 (GMT) |
commit | 884217cb60111cb9fadaed5acb3781690a4637ad (patch) | |
tree | b3f58e46d6888dca9f7e6cfaf4e50955f58b50d1 /Doc/distutils/examples.rst | |
parent | 3b4cf554e58d219958fadbf6555d94b1805173f5 (diff) | |
download | cpython-884217cb60111cb9fadaed5acb3781690a4637ad.zip cpython-884217cb60111cb9fadaed5acb3781690a4637ad.tar.gz cpython-884217cb60111cb9fadaed5acb3781690a4637ad.tar.bz2 |
distutils example: fix invalid rst in description string
Diffstat (limited to 'Doc/distutils/examples.rst')
-rw-r--r-- | Doc/distutils/examples.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst index 2ca76a0..af9125a 100644 --- a/Doc/distutils/examples.rst +++ b/Doc/distutils/examples.rst @@ -264,7 +264,7 @@ For example, if the :file:`setup.py` script is changed like this:: desc = """\ My description - ============= + ============== This is the description of the ``foobar`` package. """ |