From: Vinay Sajip Date: Wed, 24 Mar 2010 15:10:40 +0000 (+0000) Subject: logging: Documentation tweak. X-Git-Tag: v2.7b1~228 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3c39c0f72122cfdf673f82f8fc0d574f3d81757;p=thirdparty%2FPython%2Fcpython.git logging: Documentation tweak. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 91c9aa3b57bf..72b152f756b1 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -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 |