summaryrefslogtreecommitdiff
path: root/doc/trouble.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-22 07:29:47 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-22 07:29:47 -0500
commitc51ac463f07e31c87b20f50bd7e6445e4e4e83a2 (patch)
treef873435d58754c74c00864bc5ed5c87c8a021e74 /doc/trouble.rst
parent82c263814e57e1d790cbe1c00bd1c724b9ca8e3c (diff)
downloadpython-coveragepy-git-c51ac463f07e31c87b20f50bd7e6445e4e4e83a2.tar.gz
docs: explain how to use ``--debug=trace``
Diffstat (limited to 'doc/trouble.rst')
-rw-r--r--doc/trouble.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/trouble.rst b/doc/trouble.rst
index 9c371df1..8776e6f8 100644
--- a/doc/trouble.rst
+++ b/doc/trouble.rst
@@ -25,8 +25,8 @@ bug tracker`_ directly to see if there is some mention of it.
Things that don't work
----------------------
-There are a number of popular modules, packages, and libraries that prevent
-coverage.py from working properly:
+There are a few modules or functions that prevent coverage.py from working
+properly:
* `execv`_, or one of its variants. These end the current program and replace
it with a new one. This doesn't save the collected coverage data, so your