From: Serhiy Storchaka Date: Wed, 19 Oct 2016 16:37:20 +0000 (+0300) Subject: Issue #19795: Fixed formatting a table. X-Git-Tag: v2.7.13rc1~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb042e0448c5de474a650ffe994479308c1dfdbb;p=python Issue #19795: Fixed formatting a table. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 5c2f65cfba..ba2ab835fd 100644 --- 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``. | +----------------+-------------------------+-----------------------------------------------+