From 01c623b1a3ad39164a77106b73ab5040026bdaa5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 27 Jun 2003 19:22:11 +0000 Subject: fix typo --- Lib/trace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/trace.py') 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 -- cgit v1.2.1