]> granicus.if.org Git - python/commitdiff
distutils example: fix invalid rst in description string
authorGeorg Brandl <georg@python.org>
Thu, 30 Oct 2014 21:50:46 +0000 (22:50 +0100)
committerGeorg Brandl <georg@python.org>
Thu, 30 Oct 2014 21:50:46 +0000 (22:50 +0100)
Doc/distutils/examples.rst

index 2ca76a096e8bde92fae526de74831c8965bfe17a..af9125a7b3f1688743e3493df3e170616f464e26 100644 (file)
@@ -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.
     """