Skip to content

Commit 00d2ecf

Browse files
committed
docs: correct some misspellings and add good words to the dict
1 parent 72c61ed commit 00d2ecf

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Marcus Cobden
116116
Marius Gedminas
117117
Mark van der Wal
118118
Martin Fuzzey
119+
Mathieu Kniewallner
119120
Matt Bachmann
120121
Matthew Boehm
121122
Matthew Desmarais

doc/dict.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ api
2424
args
2525
argv
2626
ascii
27+
async
2728
basename
2829
basenames
2930
bitbucket
@@ -59,8 +60,11 @@ coveragepy
5960
coveragerc
6061
covhtml
6162
css
63+
dataio
6264
datetime
6365
deallocating
66+
debounce
67+
decodable
6468
dedent
6569
defaultdict
6670
deserialize
@@ -85,6 +89,7 @@ exec'ing
8589
execfile
8690
executability
8791
executable's
92+
execv
8893
expr
8994
extensibility
9095
favicon
@@ -106,6 +111,7 @@ github
106111
gitignore
107112
globals
108113
greenlet
114+
hintedness
109115
hotkey
110116
hotkeys
111117
html
@@ -143,15 +149,19 @@ monospaced
143149
morf
144150
morfs
145151
multi
152+
multiproc
146153
mumbo
147154
mycode
155+
mypy
148156
namespace
149157
namespaces
150158
nano
151159
nbsp
152160
ned
153161
nedbat
154162
nedbatchelder
163+
newb
164+
nocover
155165
nosetests
156166
nullary
157167
num
@@ -167,21 +177,25 @@ overridable
167177
parallelizing
168178
parsable
169179
parsers
180+
pathlib
170181
pathnames
171182
plugin
172183
plugins
173184
pragma
174185
pragma'd
175186
pragmas
176187
pre
188+
premain
177189
prepended
178190
prepending
179191
programmability
180192
programmatically
181193
py
182194
py's
183195
pyc
196+
pyenv
184197
pyexpat
198+
pylib
185199
pylint
186200
pyproject
187201
pypy
@@ -191,6 +205,7 @@ pyw
191205
rcfile
192206
readme
193207
readthedocs
208+
realpath
194209
recordable
195210
refactored
196211
refactoring
@@ -199,9 +214,11 @@ regex
199214
regexes
200215
reimplemented
201216
renderer
217+
rootname
202218
runnable
203219
runtime
204220
scrollbar
221+
septatrix
205222
serializable
206223
settrace
207224
setuptools
@@ -250,6 +267,7 @@ unparsable
250267
unrunnable
251268
unsubscriptable
252269
untokenizable
270+
usecache
253271
username
254272
utf
255273
vendored
@@ -259,6 +277,7 @@ wikipedia
259277
wildcard
260278
wildcards
261279
www
280+
xdist
262281
xml
263282
xrange
264283
xyzzy

doc/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ environment variable.
2323
This will write a line for each file considered, indicating whether it is
2424
traced or not, and if not, why not. Be careful though: the output might be
2525
swallowed by your test runner. If so, a ``COVERAGE_DEBUG_FILE=/tmp/cov.out``
26-
environemnt variable can direct the output to a file insttead to ensure you see
26+
environment variable can direct the output to a file instead to ensure you see
2727
everything.
2828

2929

0 commit comments

Comments
 (0)