mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Issue #19795: Fixed formatting a table.
This commit is contained in:
commit
9f2ac18a27
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ the options available to you.
|
||||||
| | | (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``. |
|
||||||
+----------------+-------------------------+-----------------------------------------------+
|
+----------------+-------------------------+-----------------------------------------------+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue