(original) (raw)
changeset: 104569:c445746d0846 branch: 3.5 parent: 104565:e4aa34a7ca53 user: Serhiy Storchaka storchaka@gmail.com date: Wed Oct 19 19:37:20 2016 +0300 files: Doc/library/logging.rst description: Issue #19795: Fixed formatting a table. diff -r e4aa34a7ca53 -r c445746d0846 Doc/library/logging.rst --- a/Doc/library/logging.rst Wed Oct 19 18:30:05 2016 +0300 +++ b/Doc/library/logging.rst Wed Oct 19 19:37:20 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