distutils example: fix invalid rst in description string

This commit is contained in:
Georg Brandl 2014-10-30 22:50:46 +01:00
parent 3b4cf554e5
commit 884217cb60

View 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.
"""