diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 16:37:20 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 16:37:20 (GMT) |
commit | 807e2f3459acd939b8d6c5da817c2e458a992646 (patch) | |
tree | 72a1fa8f91dbf989cac2e0d9ecf837e8c230b5c0 | |
parent | 4adf01caae967cc2962ba69b1a193875b84cfa4e (diff) | |
download | cpython-807e2f3459acd939b8d6c5da817c2e458a992646.zip cpython-807e2f3459acd939b8d6c5da817c2e458a992646.tar.gz cpython-807e2f3459acd939b8d6c5da817c2e458a992646.tar.bz2 |
Issue #19795: Fixed formatting a table.
-rw-r--r-- | Doc/library/logging.rst | 2 |
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``. | +----------------+-------------------------+-----------------------------------------------+ |