From: Fred Drake Date: Fri, 27 Jun 2003 19:22:11 +0000 (+0000) Subject: fix typo X-Git-Tag: v2.3c1~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01c623b1a3ad39164a77106b73ab5040026bdaa5;p=python fix typo --- diff --git a/Lib/trace.py b/Lib/trace.py index ab489d8cd6..3865527772 100644 --- a/Lib/trace.py +++ b/Lib/trace.py @@ -75,7 +75,7 @@ Otherwise, exactly one of the following three options must be given: module executed, in the module's directory. See also `--coverdir', `--file', `--no-report' below. -l, --listfuncs Keep track of which functions are executed at least - once and write the results to sys.stdout after the the + once and write the results to sys.stdout after the program exits. -r, --report Generate a report from a counts file; do not execute any code. `--file' must specify the results file to