Skip to content

Commit

Permalink
docs: spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 22, 2022
1 parent 0d8c6cb commit b5a1102
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions doc/dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ cmdline
Cobertura
codecs
colorsys
combinable
conditionalizing
config
configparser
Expand All @@ -45,8 +46,11 @@ covhtml
CPython
css
CTracer
Cython
datetime
deallocating
dedent
defaultdict
deserialize
deserialized
dict
Expand All @@ -60,6 +64,7 @@ doctest
doctests
DOCTYPE
DOM
encodable
encodings
endfor
endif
Expand All @@ -71,6 +76,8 @@ execfile
executability
executable's
expr
extensibility
favicon
filename
filenames
filepath
Expand All @@ -86,6 +93,7 @@ getattr
gevent
gevent's
github
gitignore
globals
greenlet
hotkey
Expand All @@ -96,6 +104,7 @@ htmlcov
http
https
importlib
installable
instancemethod
int
ints
Expand All @@ -104,11 +113,14 @@ iterable
iterables
Jinja
jquery
jQuery
json
jython
kwargs
lcov
localStorage
Mako
manylinux
matcher
matchers
merchantability
Expand Down Expand Up @@ -146,6 +158,7 @@ optparse
os
outfile
overridable
parallelizing
parsable
parsers
pathnames
Expand Down Expand Up @@ -173,15 +186,21 @@ pyw
rcfile
readme
readthedocs
recordable
refactored
refactoring
refactorings
regex
regexes
reimplemented
renderer
runnable
runtime
scrollbar
serializable
settrace
setuptools
sigterm
sitecustomize
sortable
src
Expand All @@ -190,11 +209,17 @@ stderr
stdlib
stdout
str
subclasses
subdirectory
subprocess
subprocesses
symlink
symlinks
syntaxes
sys
templite
templating
testability
Tidelift
timestamp
todo
Expand All @@ -206,6 +231,7 @@ tokenizer
tokenizes
tokenizing
toml
tomllib
tox
traceback
tracebacks
Expand All @@ -214,17 +240,20 @@ tuples
txt
ubuntu
undecodable
unexecutable
unexecuted
unicode
uninstall
unittest
unparsable
unrunnable
unsubscriptable
untokenizable
username
URL
UTF
utf
vendored
versionadded
virtualenv
whitespace
Expand Down
2 changes: 1 addition & 1 deletion doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5a1102

Please sign in to comment.