mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
distutils example: fix invalid rst in description string
This commit is contained in:
parent
3b4cf554e5
commit
884217cb60
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue