From d3bab6aba992e38470a163d8a4b5afe8a47fc66c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 2 Apr 2010 09:03:18 +0000 Subject: Remove col-spanning cells in logging docs. --- 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 d563534..253eb77 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -2074,8 +2074,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| +==========================+===============+ @@ -2096,8 +2096,8 @@ supports sending logging messages to a remote or local Unix syslog. | ``warn`` or ``warning`` | LOG_WARNING | +--------------------------+---------------+ - +-------------------------------+ - | Facilities | + **Facilities** + +---------------+---------------+ | Name (string) | Symbolic value| +===============+===============+ -- cgit v0.12