diff options
author | Georg Brandl <georg@python.org> | 2010-04-02 09:03:18 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-04-02 09:03:18 +0000 |
commit | d3bab6aba992e38470a163d8a4b5afe8a47fc66c (patch) | |
tree | f2e07809825a88552ffd93dfefdb8b6118d8c222 | |
parent | 99d8096c174ccb025e8ff55e614ea3820f89e204 (diff) | |
download | cpython-git-d3bab6aba992e38470a163d8a4b5afe8a47fc66c.tar.gz |
Remove col-spanning cells in logging docs.
-rw-r--r-- | Doc/library/logging.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index d56353436a..253eb77d29 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| +===============+===============+ |