Skip to content

Commit 4cbe7f8

Browse files
authoredMay 6, 2023
docs: fix typo in faq.rst (#1619)
CTrace --> CTracer
1 parent cf3602f commit 4cbe7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/faq.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Make sure you are using the C trace function. Coverage.py provides two
121121
implementations of the trace function. The C implementation runs much faster.
122122
To see what you are running, use ``coverage debug sys``. The output contains
123123
details of the environment, including a line that says either
124-
``CTrace: available`` or ``CTracer: unavailable``. If it says unavailable,
124+
``CTracer: available`` or ``CTracer: unavailable``. If it says unavailable,
125125
then you are using the slow Python implementation.
126126

127127
Try re-installing coverage.py to see what happened and if you get the CTracer

0 commit comments

Comments
 (0)
Please sign in to comment.