[Python-checkins] r79376 - python/trunk/Doc/library/logging.rst

vinay.sajip python-checkins at python.org
Wed Mar 24 16:10:41 CET 2010


Author: vinay.sajip
Date: Wed Mar 24 16:10:40 2010
New Revision: 79376

Log:
logging: Documentation tweak.

Modified:
   python/trunk/Doc/library/logging.rst

Modified: python/trunk/Doc/library/logging.rst
==============================================================================
--- python/trunk/Doc/library/logging.rst	(original)
+++ python/trunk/Doc/library/logging.rst	Wed Mar 24 16:10:40 2010
@@ -2071,8 +2071,8 @@
       or integers - if strings are passed, internal mapping dictionaries are
       used to convert them to integers.
 
-      The symbolic ``LOG_`` values mirror the values defined in the
-      ``sys/syslog.h`` header file.
+      The symbolic ``LOG_`` values are defined in :class:`SysLogHandler` and
+      mirror the values defined in the ``sys/syslog.h`` header file.
 
       +------------------------------------------+
       | Priorities                               |


More information about the Python-checkins mailing list