summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-03 19:29:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-11-03 19:29:00 -0400
commit89d529895a21c40d1e3f3913b02540f32ab9a0b9 (patch)
treedde3b370d68a0049afb1715613ca8982e0d7a4ee /doc
parente1331826649b26465f090ad9e3100ea0870aefc3 (diff)
downloadpython-coveragepy-git-89d529895a21c40d1e3f3913b02540f32ab9a0b9.tar.gz
Debug-time environment variables can be set with set_env.py
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.rst2
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.