[issue10378] Typo in results of help(divmod)

Richard Fuhr report at bugs.python.org
Tue Nov 9 22:00:53 CET 2010


New submission from Richard Fuhr <richard.fuhr at gmail.com>:

When running Python 2.7 if you invoke 

help(divmod)

the first line of the resulting help displays

Help on built-in function divmod in module __builtin__:

but I believe that the name of the module is __builtins__

so the line should say

Help on built-in function divmod in module __builtinsq__:

----------
assignee: docs at python
components: Documentation
messages: 120900
nosy: docs at python, rdfuhr
priority: normal
severity: normal
status: open
title: Typo in results of help(divmod)
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10378>
_______________________________________


More information about the Python-bugs-list mailing list