Skip to content

Commit 43e1c64

Browse files
committed
docs: correct the description of 'debug sys' tracer details. coveragepy#1157
1 parent b76d2cc commit 43e1c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Make sure you are using the C trace function. Coverage.py provides two
9090
implementations of the trace function. The C implementation runs much faster.
9191
To see what you are running, use ``coverage debug sys``. The output contains
9292
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.
93+
``CTrace: available`` or ``CTracer: unavailable``. If it says unavailble,
94+
then you are using the slow Python implementation.
9595

9696
Try re-installing coverage.py to see what happened and if you get the CTracer
9797
as you should.

0 commit comments

Comments
 (0)