From: Georg Brandl Date: Sun, 18 Apr 2010 09:50:07 +0000 (+0000) Subject: Remove colspanning cells. X-Git-Tag: v3.2a1~1116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88d7dbdc0e14c9e9656ed03616d254da17fe5160;p=python Remove colspanning cells. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 32cad92b29..69dc25e991 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| +===============+===============+