]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove col-spanning cells in logging docs.
authorGeorg Brandl <georg@python.org>
Fri, 2 Apr 2010 09:03:18 +0000 (09:03 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 2 Apr 2010 09:03:18 +0000 (09:03 +0000)
Doc/library/logging.rst

index d56353436a563f1ca38779b5786b3367e5d86a55..253eb77d297460d59075113a3803e77bbf1f3dee 100644 (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
       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|
       +===============+===============+