[Python-checkins] cpython (merge 3.6 -> default): Issue #19795: Fixed formatting a table.

serhiy.storchaka python-checkins at python.org
Wed Oct 19 12:40:05 EDT 2016


https://hg.python.org/cpython/rev/884c9d9159dc
changeset:   104571:884c9d9159dc
parent:      104568:9fc0f20ea7de
parent:      104570:3b554c9ea1c4
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Wed Oct 19 19:38:22 2016 +0300
summary:
  Issue #19795: Fixed formatting a table.

files:
  Doc/library/logging.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -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``.             |
 +----------------+-------------------------+-----------------------------------------------+

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list