[Python-checkins] cpython (3.5): 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/c445746d0846
changeset:   104569:c445746d0846
branch:      3.5
parent:      104565:e4aa34a7ca53
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Wed Oct 19 19:37:20 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