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", e
Nathan Haines added the comment:
This typo is in the Python Library Reference manual, section 3.10, for
versions 2.5, 2.6, and 3.0.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
New submission from Nathan Haines:
In the first sentence in the ContextManager.__exit__() section,
"exception" is spelled "expection".
--
components: Documentation
messages: 56510
nosy: nhaines
severity: normal
status: open
title: Typo in Context Manager Types
type: