]> granicus.if.org Git - python/commitdiff
Issue #19795: Fixed formatting a table.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 19 Oct 2016 16:37:20 +0000 (19:37 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 19 Oct 2016 16:37:20 +0000 (19:37 +0300)
Doc/library/logging.rst

index 5c2f65cfbacb68edf6c05fbeb0acbde722bc4462..ba2ab835fd4a66cc5d1edc49077b99b4a179896f 100644 (file)
@@ -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``.             |
 +----------------+-------------------------+-----------------------------------------------+