From 88d7dbdc0e14c9e9656ed03616d254da17fe5160 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 18 Apr 2010 09:50:07 +0000 Subject: [PATCH] Remove colspanning cells. --- Doc/library/logging.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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| +===============+===============+ -- 2.50.1