summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/logging.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 32cad92..69dc25e 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|
+===============+===============+