[Python-checkins] cpython (2.7): Fix markup.

ezio.melotti python-checkins at python.org
Thu Jul 21 10:38:23 CEST 2011


http://hg.python.org/cpython/rev/3b8e2e892275
changeset:   71446:3b8e2e892275
branch:      2.7
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu Jul 21 11:38:13 2011 +0300
summary:
  Fix markup.

files:
  Doc/library/functions.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -358,8 +358,8 @@
               n += 1
 
    .. versionadded:: 2.3
-   .. versionadded:: 2.6
-      The *start* parameter.
+   .. versionchanged:: 2.6
+      The *start* parameter was added.
 
 
 .. function:: eval(expression[, globals[, locals]])

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list