diff options
author | Georg Brandl <georg@python.org> | 2009-01-04 00:28:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-04 00:28:14 (GMT) |
commit | 277a150146585408d12aca6ae766f4797b0abff4 (patch) | |
tree | 34d638f7622d24882263564aa8bf9524e5e7a2b8 /Doc/documenting/markup.rst | |
parent | ff96b2ae14b1efdfc01e202a03e5d464fdedfc87 (diff) | |
download | cpython-277a150146585408d12aca6ae766f4797b0abff4.zip cpython-277a150146585408d12aca6ae766f4797b0abff4.tar.gz cpython-277a150146585408d12aca6ae766f4797b0abff4.tar.bz2 |
Remove 2.6 versionchanges, turn 2.7 ones into 3.1.
Diffstat (limited to 'Doc/documenting/markup.rst')
-rw-r--r-- | Doc/documenting/markup.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/documenting/markup.rst b/Doc/documenting/markup.rst index 80b43b9..05f9c4d 100644 --- a/Doc/documenting/markup.rst +++ b/Doc/documenting/markup.rst @@ -598,7 +598,7 @@ units as well as normal text: Example:: - .. versionadded:: 2.5 + .. versionadded:: 3.1 The *spam* parameter. Note that there must be no blank line between the directive head and the |