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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1313>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to