summaryrefslogtreecommitdiff
path: root/doc/contexts.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-08-11 17:06:25 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-08-11 17:06:25 -0400
commit08a54d5d17a878241b6f7ac1e08f44aa55c782aa (patch)
treef0735d4ae043336800914404607c5175f9b0c0c9 /doc/contexts.rst
parentf3810de6bff28fe6089d7ed27d14d2769f5e77d7 (diff)
downloadpython-coveragepy-git-08a54d5d17a878241b6f7ac1e08f44aa55c782aa.tar.gz
Fix some sphinx mis-references
Diffstat (limited to 'doc/contexts.rst')
-rw-r--r--doc/contexts.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/contexts.rst b/doc/contexts.rst
index 6a1293fd..8f7854f9 100644
--- a/doc/contexts.rst
+++ b/doc/contexts.rst
@@ -11,8 +11,6 @@ Measurement contexts
.. versionadded:: 5.0
-.. module:: coverage
-
Coverage.py measures whether code was run, but it can also record the context
in which it was run. This can provide more information to help you understand
the behavior of your tests.