cpython: 884c9d9159dc (original) (raw)

Mercurial > cpython

changeset 104571:884c9d9159dc

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

Serhiy Storchaka storchaka@gmail.com
date Wed, 19 Oct 2016 19:38:22 +0300
parents 9fc0f20ea7de(current diff)3b554c9ea1c4(diff)
children 1ce50f7027c1
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. | +----------------+-------------------------+-----------------------------------------------+