commit | 67b21b7547feee634bbecafeb88606ff350c0d3c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Aug 17 15:07:14 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Aug 17 15:07:14 2010 +0000 |
tree | bd493e5b10f9cead75ed145def9e0098b53188ab | |
parent | 9e25701e87936ef61c348b5da6f9b580a52bab19 [diff] [blame] |
Consistency check for versionadded/changed directives.
diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 0826ebd..96a4970 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst
@@ -301,7 +301,7 @@ Return the new absolute position. .. versionadded:: 3.1 - The ``SEEK_*`` constants + The ``SEEK_*`` constants. .. method:: seekable()