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

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


https://hg.python.org/cpython/rev/3b554c9ea1c4
changeset:   104570:3b554c9ea1c4
branch:      3.6
parent:      104567:7b143d6834cf
parent:      104569:c445746d0846
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Wed Oct 19 19:37:44 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