New submission from Friedrich Weber <f...@reichbier.de>:

Hi,

from http://docs.python.org/library/future_builtins.html:

.. function:: oct(object)

   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.

should rather be something like '... that is then converted to octal.'

----------
assignee: georg.brandl
components: Documentation
messages: 85304
nosy: fredreichbier, georg.brandl
severity: normal
status: open
title: typo in future_builtins documentation
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5678>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to