Skip to content

Commit 27624a9

Browse files
committed
Avoid changing line unnecessarily.
1 parent 5cff3a1 commit 27624a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/traceback.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ class FrameSummary:
293293
active when the frame was captured.
294294
- :attr:`name` The name of the function or method that was executing
295295
when the frame was captured.
296-
- :attr:`line` The text from the linecache module for the line of
297-
code that was running when the frame was captured.
296+
- :attr:`line` The text from the linecache module for the line
297+
of code that was running when the frame was captured.
298298
- :attr:`locals` Either None if locals were not supplied, or a dict
299299
mapping the name to the repr() of the variable.
300300
- :attr:`end_lineno` The last line number of the source code for this frame.

0 commit comments

Comments
 (0)