Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da4bf8f

Browse files
committed
Issue 21125: minor documentation tweak.
1 parent 1acc69c commit da4bf8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/traceback.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The module defines the following functions:
7272
Return a list of up to *limit* "pre-processed" stack trace entries extracted
7373
from the traceback object *traceback*. It is useful for alternate formatting of
7474
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*,
75+
"pre-processed" stack trace entry is a 4-tuple (*filename*, *line number*,
7676
*function name*, *text*) representing the information that is usually printed
7777
for a stack trace. The *text* is a string with leading and trailing whitespace
7878
stripped; if the source is not available it is ``None``.

0 commit comments

Comments
 (0)