Skip to content

Commit a44e6f1

Browse files
authored
Formatting
1 parent a7e3fef commit a44e6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/traceback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ def _display_width(line, offset=None):
994994

995995

996996
def _format_note(note, indent, theme):
997-
for l in note.split('\n'):
997+
for l in note.split("\n"):
998998
yield f"{indent}{theme.note}{l}{theme.reset}\n"
999999

10001000

0 commit comments

Comments
 (0)