]> granicus.if.org Git - python/commitdiff
Issue 21125: minor documentation tweak.
authorRaymond Hettinger <python@rcn.com>
Wed, 2 Apr 2014 05:17:33 +0000 (22:17 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 2 Apr 2014 05:17:33 +0000 (22:17 -0700)
Doc/library/traceback.rst

index b68a8f1e1971df69c7bd00a412edc24434c6783a..15fbedcf33ffe5ff831209487e4721ab86e3459f 100644 (file)
@@ -72,7 +72,7 @@ The module defines the following functions:
    Return a list of up to *limit* "pre-processed" stack trace entries extracted
    from the traceback object *traceback*.  It is useful for alternate formatting of
    stack traces.  If *limit* is omitted or ``None``, all entries are extracted.  A
-   "pre-processed" stack trace entry is a quadruple (*filename*, *line number*,
+   "pre-processed" stack trace entry is a 4-tuple (*filename*, *line number*,
    *function name*, *text*) representing the information that is usually printed
    for a stack trace.  The *text* is a string with leading and trailing whitespace
    stripped; if the source is not available it is ``None``.