summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-28 12:28:55 (GMT)
committerGeorg Brandl <georg@python.org>2013-03-28 12:28:55 (GMT)
commit1bab7134a8d2e431ccca11a45ba4acb4203db495 (patch)
tree0d65ff15a549ddf8d5a815c7c66b7e1f1f58263d /Doc/howto
parent8cb15bf6ff32b6d9faee29efaae43334fe019360 (diff)
parent44ea77bd817c0b50e01344b7e8758995aaeebb63 (diff)
downloadcpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.zip
cpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.tar.gz
cpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.tar.bz2
Merge with 3.3.
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/logging.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst
index 79f1336..aa40446 100644
--- a/Doc/howto/logging.rst
+++ b/Doc/howto/logging.rst
@@ -63,6 +63,8 @@ The logging functions are named after the level or severity of the events
they are used to track. The standard levels and their applicability are
described below (in increasing order of severity):
+.. tabularcolumns:: |l|L|
+
+--------------+---------------------------------------------+
| Level | When it's used |
+==============+=============================================+