cpython: 3b554c9ea1c4 (original) (raw)

Mercurial > cpython

changeset 104570:3b554c9ea1c4 3.6

Issue #19795: Fixed formatting a table. [#19795]

Serhiy Storchaka storchaka@gmail.com
date Wed, 19 Oct 2016 19:37:44 +0300
parents 7b143d6834cf(current diff)c445746d0846(diff)
children 884c9d9159dc 39ac5093bdbb
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/logging.rst 2

line wrap: on

line diff

--- 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. | +----------------+-------------------------+-----------------------------------------------+