diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index 90d73097..319a9d5c 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -137,7 +137,7 @@ these as 1 to use them: - COVERAGE_NO_CTRACER disables the C tracer if you only want to run the PyTracer tests. -- COVEGE_AST_DUMP will dump the AST tree as it is being used during code +- COVERAGE_AST_DUMP will dump the AST tree as it is being used during code parsing. - COVERAGE_KEEP_TMP keeps the temporary directories in which tests are run. |