[New-bugs-announce] [issue1313] Typo in Python Library Reference documentation: logging module
Nathan Haines
report at bugs.python.org
Mon Oct 22 23:09:55 CEST 2007
New submission from Nathan Haines:
In the Python Library Reference manual, in section 14.5 (logging), there
is a typo in the debug function example code. In the 2.5 PDF this is on
page 446.
The last line reads:
logging.warning("Protocol problem: %s", "connection reset", extra=d)
This should read:
logging.warning("Protocol problem: %s", "connection reset", extra=dict)
This error persists in the 2.6 and 3.0 documentation.
----------
components: Documentation
messages: 56658
nosy: nhaines
severity: normal
status: open
title: Typo in Python Library Reference documentation: logging module
versions: Python 2.5, Python 2.6, Python 3.0
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1313>
__________________________________
More information about the New-bugs-announce
mailing list