diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-22 18:21:18 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-22 18:21:18 -0400 |
| commit | b5a1102e9c536e7ebb2e4d5486c7d1c1028a5bac (patch) | |
| tree | aacde540f066f9919177f27ce7ee71e681ddb2ee /doc/faq.rst | |
| parent | 0d8c6cba7bbdea047e6d699b051f58e5cbb02c83 (diff) | |
| download | python-coveragepy-git-b5a1102e9c536e7ebb2e4d5486c7d1c1028a5bac.tar.gz | |
docs: spell check
Diffstat (limited to 'doc/faq.rst')
| -rw-r--r-- | doc/faq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index 6043b32b..e6094283 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -90,7 +90,7 @@ Make sure you are using the C trace function. Coverage.py provides two implementations of the trace function. The C implementation runs much faster. To see what you are running, use ``coverage debug sys``. The output contains details of the environment, including a line that says either -``CTrace: available`` or ``CTracer: unavailable``. If it says unavailble, +``CTrace: available`` or ``CTracer: unavailable``. If it says unavailable, then you are using the slow Python implementation. Try re-installing coverage.py to see what happened and if you get the CTracer |
