We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nedbat
Learn more about funding links in repositories.
Report abuse
1 parent cf3602f commit 4cbe7f8Copy full SHA for 4cbe7f8
doc/faq.rst
@@ -121,7 +121,7 @@ Make sure you are using the C trace function. Coverage.py provides two
121
implementations of the trace function. The C implementation runs much faster.
122
To see what you are running, use ``coverage debug sys``. The output contains
123
details of the environment, including a line that says either
124
-``CTrace: available`` or ``CTracer: unavailable``. If it says unavailable,
+``CTracer: available`` or ``CTracer: unavailable``. If it says unavailable,
125
then you are using the slow Python implementation.
126
127
Try re-installing coverage.py to see what happened and if you get the CTracer
0 commit comments