]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 71123 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sat, 4 Apr 2009 06:43:39 +0000 (06:43 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 4 Apr 2009 06:43:39 +0000 (06:43 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71123 | r.david.murray | 2009-04-04 02:39:56 -0400 (Sat, 04 Apr 2009) | 2 lines

  Fix error in description of 'oct' (issue 5678).
........

Doc/library/future_builtins.rst

index 6a1fdab5c57391505ab82a5d1ba88d1aa6ed4c1f..7ee7110f630619458e8b8819c9f1e9dc07cadc30 100644 (file)
@@ -54,7 +54,7 @@ Available builtins are:
 
    Works like the builtin :func:`oct`, but instead of :meth:`__oct__` it will
    use the :meth:`__index__` method on its argument to get an integer that is
-   then converted to hexadecimal.
+   then converted to octal.
 
 .. function:: zip(*iterables)