Skip to content

Commit 88d7dbd

Browse files
committed
Remove colspanning cells.
1 parent 38148ea commit 88d7dbd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/logging.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,8 +2028,8 @@ supports sending logging messages to a remote or local Unix syslog.
20282028
The symbolic ``LOG_`` values are defined in :class:`SysLogHandler` and
20292029
mirror the values defined in the ``sys/syslog.h`` header file.
20302030

2031-
+------------------------------------------+
2032-
| Priorities |
2031+
**Priorities**
2032+
20332033
+--------------------------+---------------+
20342034
| Name (string) | Symbolic value|
20352035
+==========================+===============+
@@ -2050,8 +2050,8 @@ supports sending logging messages to a remote or local Unix syslog.
20502050
| ``warn`` or ``warning`` | LOG_WARNING |
20512051
+--------------------------+---------------+
20522052

2053-
+-------------------------------+
2054-
| Facilities |
2053+
**Facilities**
2054+
20552055
+---------------+---------------+
20562056
| Name (string) | Symbolic value|
20572057
+===============+===============+

0 commit comments

Comments
 (0)