From: Georg Brandl Date: Thu, 30 Oct 2014 21:50:46 +0000 (+0100) Subject: distutils example: fix invalid rst in description string X-Git-Tag: v3.4.3rc1~394 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=884217cb60111cb9fadaed5acb3781690a4637ad;p=thirdparty%2FPython%2Fcpython.git distutils example: fix invalid rst in description string --- diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst index 2ca76a096e8b..af9125a7b3f1 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. """