diff options
author | Georg Brandl <georg@python.org> | 2014-10-30 21:50:48 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-30 21:50:48 (GMT) |
commit | c876cec2168f16c1c370314a9565ca26b2825f7e (patch) | |
tree | 9f847c1701b16258fbe0619f1a9dc1f81d665af7 | |
parent | 55c2ae8cb137db37bd3f985661fa5887989670e9 (diff) | |
parent | 884217cb60111cb9fadaed5acb3781690a4637ad (diff) | |
download | cpython-c876cec2168f16c1c370314a9565ca26b2825f7e.zip cpython-c876cec2168f16c1c370314a9565ca26b2825f7e.tar.gz cpython-c876cec2168f16c1c370314a9565ca26b2825f7e.tar.bz2 |
merge with 3.4
-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. """ |