summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-19 16:37:20 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-19 16:37:20 (GMT)
commit807e2f3459acd939b8d6c5da817c2e458a992646 (patch)
tree72a1fa8f91dbf989cac2e0d9ecf837e8c230b5c0 /Doc/library
parent4adf01caae967cc2962ba69b1a193875b84cfa4e (diff)
downloadcpython-807e2f3459acd939b8d6c5da817c2e458a992646.zip
cpython-807e2f3459acd939b8d6c5da817c2e458a992646.tar.gz
cpython-807e2f3459acd939b8d6c5da817c2e458a992646.tar.bz2
Issue #19795: Fixed formatting a table.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 97fed84..68e4592 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -754,7 +754,7 @@ the options available to you.
| | | (as returned by :func:`time.time`). |
+----------------+-------------------------+-----------------------------------------------+
| exc_info | You shouldn't need to | Exception tuple (à la ``sys.exc_info``) or, |
-| | format this yourself. | if no exception has occurred, ``None``. |
+| | format this yourself. | if no exception has occurred, ``None``. |
+----------------+-------------------------+-----------------------------------------------+
| filename | ``%(filename)s`` | Filename portion of ``pathname``. |
+----------------+-------------------------+-----------------------------------------------+