We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76d2cc commit 43e1c64Copy full SHA for 43e1c64
doc/faq.rst
@@ -90,8 +90,8 @@ Make sure you are using the C trace function. Coverage.py provides two
90
implementations of the trace function. The C implementation runs much faster.
91
To see what you are running, use ``coverage debug sys``. The output contains
92
details of the environment, including a line that says either
93
-``tracer: CTracer`` or ``tracer: PyTracer``. If it says ``PyTracer`` then you
94
-are using the slow Python implementation.
+``CTrace: available`` or ``CTracer: unavailable``. If it says unavailble,
+then you are using the slow Python implementation.
95
96
Try re-installing coverage.py to see what happened and if you get the CTracer
97
as you should.
0 commit comments