Issue #19795: Fixed formatting a table.

This commit is contained in:
Serhiy Storchaka 2016-10-19 19:37:20 +03:00
parent dc0e3a8907
commit cb042e0448
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ format string.
| | | (as returned by :func:`time.time`). | | | | (as returned by :func:`time.time`). |
+----------------+-------------------------+-----------------------------------------------+ +----------------+-------------------------+-----------------------------------------------+
| exc_info | You shouldn't need to | Exception tuple (à la ``sys.exc_info``) or, | | 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``. | | filename | ``%(filename)s`` | Filename portion of ``pathname``. |
+----------------+-------------------------+-----------------------------------------------+ +----------------+-------------------------+-----------------------------------------------+