summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-03-21 13:40:40 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-03-21 13:40:40 -0400
commit00d2ecf893fef59d17bfd434ef7e2d5e2fd50818 (patch)
tree41aafb0b81540490e23b65aaff4739efb6064ce8
parent72c61ed64e9bd960479eef81e8f22f31000e3440 (diff)
downloadpython-coveragepy-git-00d2ecf893fef59d17bfd434ef7e2d5e2fd50818.tar.gz
docs: correct some misspellings and add good words to the dict
-rw-r--r--CONTRIBUTORS.txt1
-rw-r--r--doc/dict.txt19
-rw-r--r--doc/faq.rst2
3 files changed, 21 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 06a0605a..0da824b8 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -116,6 +116,7 @@ Marcus Cobden
Marius Gedminas
Mark van der Wal
Martin Fuzzey
+Mathieu Kniewallner
Matt Bachmann
Matthew Boehm
Matthew Desmarais
diff --git a/doc/dict.txt b/doc/dict.txt
index 74f5a1e0..41d8c94f 100644
--- a/doc/dict.txt
+++ b/doc/dict.txt
@@ -24,6 +24,7 @@ api
args
argv
ascii
+async
basename
basenames
bitbucket
@@ -59,8 +60,11 @@ coveragepy
coveragerc
covhtml
css
+dataio
datetime
deallocating
+debounce
+decodable
dedent
defaultdict
deserialize
@@ -85,6 +89,7 @@ exec'ing
execfile
executability
executable's
+execv
expr
extensibility
favicon
@@ -106,6 +111,7 @@ github
gitignore
globals
greenlet
+hintedness
hotkey
hotkeys
html
@@ -143,8 +149,10 @@ monospaced
morf
morfs
multi
+multiproc
mumbo
mycode
+mypy
namespace
namespaces
nano
@@ -152,6 +160,8 @@ nbsp
ned
nedbat
nedbatchelder
+newb
+nocover
nosetests
nullary
num
@@ -167,6 +177,7 @@ overridable
parallelizing
parsable
parsers
+pathlib
pathnames
plugin
plugins
@@ -174,6 +185,7 @@ pragma
pragma'd
pragmas
pre
+premain
prepended
prepending
programmability
@@ -181,7 +193,9 @@ programmatically
py
py's
pyc
+pyenv
pyexpat
+pylib
pylint
pyproject
pypy
@@ -191,6 +205,7 @@ pyw
rcfile
readme
readthedocs
+realpath
recordable
refactored
refactoring
@@ -199,9 +214,11 @@ regex
regexes
reimplemented
renderer
+rootname
runnable
runtime
scrollbar
+septatrix
serializable
settrace
setuptools
@@ -250,6 +267,7 @@ unparsable
unrunnable
unsubscriptable
untokenizable
+usecache
username
utf
vendored
@@ -259,6 +277,7 @@ wikipedia
wildcard
wildcards
www
+xdist
xml
xrange
xyzzy
diff --git a/doc/faq.rst b/doc/faq.rst
index 8252eeb9..b25dce0f 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -23,7 +23,7 @@ environment variable.
This will write a line for each file considered, indicating whether it is
traced or not, and if not, why not. Be careful though: the output might be
swallowed by your test runner. If so, a ``COVERAGE_DEBUG_FILE=/tmp/cov.out``
-environemnt variable can direct the output to a file insttead to ensure you see
+environment variable can direct the output to a file instead to ensure you see
everything.