diff options
author | Georg Brandl <georg@python.org> | 2010-04-18 09:50:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-04-18 09:50:07 (GMT) |
commit | 88d7dbdc0e14c9e9656ed03616d254da17fe5160 (patch) | |
tree | 46c6d9d967eb03eba719a7150350eff7a5c3a7a4 /Doc | |
parent | 38148ea5f0ce9c76c4c75d89320f56795ae1e7ad (diff) | |
download | cpython-88d7dbdc0e14c9e9656ed03616d254da17fe5160.zip cpython-88d7dbdc0e14c9e9656ed03616d254da17fe5160.tar.gz cpython-88d7dbdc0e14c9e9656ed03616d254da17fe5160.tar.bz2 |
Remove colspanning cells.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/logging.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 32cad92..69dc25e 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -2028,8 +2028,8 @@ supports sending logging messages to a remote or local Unix syslog. The symbolic ``LOG_`` values are defined in :class:`SysLogHandler` and mirror the values defined in the ``sys/syslog.h`` header file. - +------------------------------------------+ - | Priorities | + **Priorities** + +--------------------------+---------------+ | Name (string) | Symbolic value| +==========================+===============+ @@ -2050,8 +2050,8 @@ supports sending logging messages to a remote or local Unix syslog. | ``warn`` or ``warning`` | LOG_WARNING | +--------------------------+---------------+ - +-------------------------------+ - | Facilities | + **Facilities** + +---------------+---------------+ | Name (string) | Symbolic value| +===============+===============+ |