diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-02 22:12:58 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-02 22:12:58 (GMT) |
commit | 56fcb0bc290376351d958e7d55e88ecff14ee0c4 (patch) | |
tree | 167c3342a47d2e3f87cd240780691532ff249b1e | |
parent | 26f545c662ab65bad081c73dfb34c45483963efc (diff) | |
download | cpython-56fcb0bc290376351d958e7d55e88ecff14ee0c4.zip cpython-56fcb0bc290376351d958e7d55e88ecff14ee0c4.tar.gz cpython-56fcb0bc290376351d958e7d55e88ecff14ee0c4.tar.bz2 |
capitalization nit for reStructuredText
-rw-r--r-- | Doc/whatsnew/2.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 33bde5a..8a3a9d2 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -171,7 +171,7 @@ http://svn.python.org/view/tracker/importer/. Roundup downloads and documentation. -New Documentation Format: ReStructuredText Using Sphinx +New Documentation Format: reStructuredText Using Sphinx ----------------------------------------------------------- Since the Python project's inception around 1989, the documentation |