summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-03-18 07:14:13 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-03-18 07:14:13 -0400
commit546d2ea81440fef32df66a8ca7660cc2d6fe183e (patch)
treecaa78284b99c5234078776c59295aadc6574e948
parent50a3baf54146337172d5efc57933adceb2b2fb78 (diff)
downloadpython-coveragepy-546d2ea81440fef32df66a8ca7660cc2d6fe183e.tar.gz
Say a little more about --timid
-rw-r--r--doc/config.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 8545922..89493ec 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -150,7 +150,8 @@ for more information.
measure during execution. See :ref:`source` for details.
``timid`` (boolean, default False): use a simpler but slower trace method.
-Try this if you get seemingly impossible results.
+This uses PyTracer instead of CTracer, and is only needed in very unusual
+circumstances. Try this if you get seemingly impossible results.
.. _config_paths: