]> granicus.if.org Git - python/commitdiff
logging: Documentation tweak.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 24 Mar 2010 15:10:40 +0000 (15:10 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 24 Mar 2010 15:10:40 +0000 (15:10 +0000)
Doc/library/logging.rst

index 91c9aa3b57bfd35f17f3550b6b2ab4daa729bc87..72b152f756b1cf3d192d417e8b99b96b7fdfbd06 100644 (file)
@@ -2071,8 +2071,8 @@ supports sending logging messages to a remote or local Unix syslog.
       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                               |