diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-03-24 15:10:40 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-03-24 15:10:40 (GMT) |
commit | a3c39c0f72122cfdf673f82f8fc0d574f3d81757 (patch) | |
tree | 8b43b274d70ee73c4d421b5a56c7b460de918db2 | |
parent | 0b79d0a393c4243a1839a8a4dbac35e4f4212608 (diff) | |
download | cpython-a3c39c0f72122cfdf673f82f8fc0d574f3d81757.zip cpython-a3c39c0f72122cfdf673f82f8fc0d574f3d81757.tar.gz cpython-a3c39c0f72122cfdf673f82f8fc0d574f3d81757.tar.bz2 |
logging: Documentation tweak.
-rw-r--r-- | Doc/library/logging.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 91c9aa3..72b152f 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 | |