Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 807e2f3

Browse files
Issue #19795: Fixed formatting a table.
1 parent 4adf01c commit 807e2f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ the options available to you.
754754
| | | (as returned by :func:`time.time`). |
755755
+----------------+-------------------------+-----------------------------------------------+
756756
| exc_info | You shouldn't need to | Exception tuple (à la ``sys.exc_info``) or, |
757-
| | format this yourself. | if no exception has occurred, ``None``. |
757+
| | format this yourself. | if no exception has occurred, ``None``. |
758758
+----------------+-------------------------+-----------------------------------------------+
759759
| filename | ``%(filename)s`` | Filename portion of ``pathname``. |
760760
+----------------+-------------------------+-----------------------------------------------+

0 commit comments

Comments
 (0)