(original) (raw)
changeset: 104570:3b554c9ea1c4 branch: 3.6 parent: 104567:7b143d6834cf parent: 104569:c445746d0846 user: Serhiy Storchaka storchaka@gmail.com date: Wed Oct 19 19:37:44 2016 +0300 description: Issue #19795: Fixed formatting a table. diff -r 7b143d6834cf -r 3b554c9ea1c4 Doc/library/logging.rst --- a/Doc/library/logging.rst Wed Oct 19 18:36:51 2016 +0300 +++ b/Doc/library/logging.rst Wed Oct 19 19:37:44 2016 +0300 @@ -754,7 +754,7 @@ | | | (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``. | +----------------+-------------------------+-----------------------------------------------+ /storchaka@gmail.com