diff options
author | Fred Drake <fdrake@acm.org> | 2003-06-27 19:22:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-06-27 19:22:11 (GMT) |
commit | 01c623b1a3ad39164a77106b73ab5040026bdaa5 (patch) | |
tree | b41cbbdd3d72c733da9696eb834a94b75994e3d2 /Lib/trace.py | |
parent | a7b8ac661397f7f4406e2c2fa69393b951635b79 (diff) | |
download | cpython-01c623b1a3ad39164a77106b73ab5040026bdaa5.zip cpython-01c623b1a3ad39164a77106b73ab5040026bdaa5.tar.gz cpython-01c623b1a3ad39164a77106b73ab5040026bdaa5.tar.bz2 |
fix typo
Diffstat (limited to 'Lib/trace.py')
-rw-r--r-- | Lib/trace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/trace.py b/Lib/trace.py index ab489d8..3865527 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 |