We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cff3a1 commit 27624a9Copy full SHA for 27624a9
Lib/traceback.py
@@ -293,8 +293,8 @@ class FrameSummary:
293
active when the frame was captured.
294
- :attr:`name` The name of the function or method that was executing
295
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.
+ - :attr:`line` The text from the linecache module for the line
+ of code that was running when the frame was captured.
298
- :attr:`locals` Either None if locals were not supplied, or a dict
299
mapping the name to the repr() of the variable.
300
- :attr:`end_lineno` The last line number of the source code for this frame.
0 commit comments