diff options
-rw-r--r-- | Doc/distutils/examples.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst index 2ca76a0..af9125a 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. """ |