Issue #19795: Fixed formatting a table.
This commit is contained in:
parent
dc0e3a8907
commit
cb042e0448
|
@ -636,7 +636,7 @@ format string.
|
|||
| | | (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``. |
|
||||
+----------------+-------------------------+-----------------------------------------------+
|
||||
|
|
Loading…
Reference in New Issue