mirror of https://github.com/python/cpython
Issue #19795: Fixed formatting a table.
This commit is contained in:
parent
4adf01caae
commit
807e2f3459
|
@ -754,7 +754,7 @@ the options available to you.
|
|||
| | | (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