Remove col-spanning cells in logging docs.

This commit is contained in:
Georg Brandl 2010-04-02 09:03:18 +00:00
parent 99d8096c17
commit d3bab6aba9

View file

@ -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 The symbolic ``LOG_`` values are defined in :class:`SysLogHandler` and
mirror the values defined in the ``sys/syslog.h`` header file. mirror the values defined in the ``sys/syslog.h`` header file.
+------------------------------------------+ **Priorities**
| Priorities |
+--------------------------+---------------+ +--------------------------+---------------+
| Name (string) | Symbolic value| | Name (string) | Symbolic value|
+==========================+===============+ +==========================+===============+
@ -2096,8 +2096,8 @@ supports sending logging messages to a remote or local Unix syslog.
| ``warn`` or ``warning`` | LOG_WARNING | | ``warn`` or ``warning`` | LOG_WARNING |
+--------------------------+---------------+ +--------------------------+---------------+
+-------------------------------+ **Facilities**
| Facilities |
+---------------+---------------+ +---------------+---------------+
| Name (string) | Symbolic value| | Name (string) | Symbolic value|
+===============+===============+ +===============+===============+