Skip to content

Commit b5a1102

Browse files
committed
docs: spell check
1 parent 0d8c6cb commit b5a1102

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

doc/dict.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ cmdline
3030
Cobertura
3131
codecs
3232
colorsys
33+
combinable
3334
conditionalizing
3435
config
3536
configparser
@@ -45,8 +46,11 @@ covhtml
4546
CPython
4647
css
4748
CTracer
49+
Cython
4850
datetime
51+
deallocating
4952
dedent
53+
defaultdict
5054
deserialize
5155
deserialized
5256
dict
@@ -60,6 +64,7 @@ doctest
6064
doctests
6165
DOCTYPE
6266
DOM
67+
encodable
6368
encodings
6469
endfor
6570
endif
@@ -71,6 +76,8 @@ execfile
7176
executability
7277
executable's
7378
expr
79+
extensibility
80+
favicon
7481
filename
7582
filenames
7683
filepath
@@ -86,6 +93,7 @@ getattr
8693
gevent
8794
gevent's
8895
github
96+
gitignore
8997
globals
9098
greenlet
9199
hotkey
@@ -96,6 +104,7 @@ htmlcov
96104
http
97105
https
98106
importlib
107+
installable
99108
instancemethod
100109
int
101110
ints
@@ -104,11 +113,14 @@ iterable
104113
iterables
105114
Jinja
106115
jquery
116+
jQuery
107117
json
108118
jython
109119
kwargs
110120
lcov
121+
localStorage
111122
Mako
123+
manylinux
112124
matcher
113125
matchers
114126
merchantability
@@ -146,6 +158,7 @@ optparse
146158
os
147159
outfile
148160
overridable
161+
parallelizing
149162
parsable
150163
parsers
151164
pathnames
@@ -173,15 +186,21 @@ pyw
173186
rcfile
174187
readme
175188
readthedocs
189+
recordable
176190
refactored
177191
refactoring
178192
refactorings
179193
regex
180194
regexes
195+
reimplemented
181196
renderer
197+
runnable
198+
runtime
199+
scrollbar
182200
serializable
183201
settrace
184202
setuptools
203+
sigterm
185204
sitecustomize
186205
sortable
187206
src
@@ -190,11 +209,17 @@ stderr
190209
stdlib
191210
stdout
192211
str
212+
subclasses
213+
subdirectory
214+
subprocess
215+
subprocesses
193216
symlink
194217
symlinks
218+
syntaxes
195219
sys
196220
templite
197221
templating
222+
testability
198223
Tidelift
199224
timestamp
200225
todo
@@ -206,6 +231,7 @@ tokenizer
206231
tokenizes
207232
tokenizing
208233
toml
234+
tomllib
209235
tox
210236
traceback
211237
tracebacks
@@ -214,17 +240,20 @@ tuples
214240
txt
215241
ubuntu
216242
undecodable
243+
unexecutable
217244
unexecuted
218245
unicode
219246
uninstall
220247
unittest
221248
unparsable
249+
unrunnable
222250
unsubscriptable
223251
untokenizable
224252
username
225253
URL
226254
UTF
227255
utf
256+
vendored
228257
versionadded
229258
virtualenv
230259
whitespace

doc/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ 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-
``CTrace: available`` or ``CTracer: unavailable``. If it says unavailble,
93+
``CTrace: available`` or ``CTracer: unavailable``. If it says unavailable,
9494
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

0 commit comments

Comments
 (0)