[Python-checkins] cpython (3.4): distutils example: fix invalid rst in description string

georg.brandl python-checkins at python.org
Thu Oct 30 22:51:00 CET 2014


https://hg.python.org/cpython/rev/e016a7d1a0a9
changeset:   93283:e016a7d1a0a9
branch:      3.4
parent:      93281:9fbf3b99da98
user:        Georg Brandl <georg at python.org>
date:        Thu Oct 30 22:50:46 2014 +0100
summary:
  distutils example: fix invalid rst in description string

files:
  Doc/distutils/examples.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst
--- a/Doc/distutils/examples.rst
+++ b/Doc/distutils/examples.rst
@@ -264,7 +264,7 @@
 
     desc = """\
     My description
-    =============
+    ==============
 
     This is the description of the ``foobar`` package.
     """

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list