Thanks to visit codestin.com Credit goes to github.com
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 1acc69c commit da4bf8fCopy full SHA for da4bf8f
1 file changed
Doc/library/traceback.rst
@@ -72,7 +72,7 @@ The module defines the following functions:
72
Return a list of up to *limit* "pre-processed" stack trace entries extracted
73
from the traceback object *traceback*. It is useful for alternate formatting of
74
stack traces. If *limit* is omitted or ``None``, all entries are extracted. A
75
- "pre-processed" stack trace entry is a quadruple (*filename*, *line number*,
+ "pre-processed" stack trace entry is a 4-tuple (*filename*, *line number*,
76
*function name*, *text*) representing the information that is usually printed
77
for a stack trace. The *text* is a string with leading and trailing whitespace
78
stripped; if the source is not available it is ``None``.
0 commit comments