Kaydet (Commit) 195374e8 authored tarafından R. David Murray's avatar R. David Murray

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

üst 64906bbe
...@@ -54,7 +54,7 @@ Available builtins are: ...@@ -54,7 +54,7 @@ Available builtins are:
Works like the builtin :func:`oct`, but instead of :meth:`__oct__` it will 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 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) .. function:: zip(*iterables)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment