commit | 884217cb60111cb9fadaed5acb3781690a4637ad | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Oct 30 22:50:46 2014 +0100 |
committer | Georg Brandl <georg@python.org> | Thu Oct 30 22:50:46 2014 +0100 |
tree | b3f58e46d6888dca9f7e6cfaf4e50955f58b50d1 | |
parent | 3b4cf554e58d219958fadbf6555d94b1805173f5 [diff] [blame] |
distutils example: fix invalid rst in description string
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 @@ desc = """\ My description - ============= + ============== This is the description of the ``foobar`` package. """