File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,9 @@ ordering::
6161 tg.create_task(fetch_recommendations(uid))
6262 tg.create_task(fetch_inventory(['widget-42']))
6363
64- With ``PYTHON_TRACEBACK_TIMESTAMPS=iso ``, the output becomes::
64+ With ``PYTHON_TRACEBACK_TIMESTAMPS=iso ``, the output becomes:
65+
66+ .. code-block :: text
6567
6668 Traceback (most recent call last):
6769 ...
@@ -145,7 +147,9 @@ Display Format
145147--------------
146148
147149Timestamps are appended to the exception message line in tracebacks using
148- the format ``<@timestamp> ``. Example with ``iso ``::
150+ the format ``<@timestamp> ``. Example with ``iso ``:
151+
152+ .. code-block :: text
149153
150154 Traceback (most recent call last):
151155 File "<stdin>", line 3, in california_raisin
You can’t perform that action at this time.
0 commit comments