From 2364947d7814a065cf2c05d930eda94203b20f1c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 18 Mar 2017 07:14:13 -0400 Subject: Say a little more about --timid --- doc/config.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/config.rst b/doc/config.rst index 8545922f..89493ece 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: -- cgit v1.2.1