diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-28 21:41:24 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-28 21:41:24 (GMT) |
commit | 6fd7d6c89f345216bea54ec568abe1567b81d1e2 (patch) | |
tree | 13fe0633ae82e098b52814205bc6c3b6f0b0dfc1 /Doc/whatsnew | |
parent | f558ddd61f99ec7476701b97d41c443564819413 (diff) | |
download | cpython-6fd7d6c89f345216bea54ec568abe1567b81d1e2.zip cpython-6fd7d6c89f345216bea54ec568abe1567b81d1e2.tar.gz cpython-6fd7d6c89f345216bea54ec568abe1567b81d1e2.tar.bz2 |
include 3.2 in toctree
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/index.rst b/Doc/whatsnew/index.rst index 72b04ba..8220bd2 100644 --- a/Doc/whatsnew/index.rst +++ b/Doc/whatsnew/index.rst @@ -11,7 +11,7 @@ anyone wishing to stay up-to-date after a new release. .. toctree:: :maxdepth: 2 - 3.2 rst + 3.2.rst 3.1.rst 3.0.rst 2.7.rst |