From: Serhiy Storchaka Date: Wed, 19 Oct 2016 16:37:20 +0000 (+0300) Subject: Issue #19795: Fixed formatting a table. X-Git-Tag: v3.6.0b3~100^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=807e2f3459acd939b8d6c5da817c2e458a992646;p=thirdparty%2FPython%2Fcpython.git Issue #19795: Fixed formatting a table. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 97fed8450fd7..68e459248cd2 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -754,7 +754,7 @@ the options available to you. | | | (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``. | +----------------+-------------------------+-----------------------------------------------+