cpython: ddf32a646457 (original) (raw)
Mercurial > cpython
changeset 104572:ddf32a646457 2.7
Issue #19795: Fixed formatting a table. [#19795]
Serhiy Storchaka storchaka@gmail.com | |
---|---|
date | Wed, 19 Oct 2016 19:37:20 +0300 |
parents | dd7e48e3e5b0 |
children | 17629dee23ca |
files | Doc/library/logging.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/logging.rst 2 |
line wrap: on
line diff
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -636,7 +636,7 @@ format string.
| | | (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
. |
+----------------+-------------------------+-----------------------------------------------+