summaryrefslogtreecommitdiff
path: root/doc/subprocess.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-15 16:21:25 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-15 16:21:25 -0400
commitf09dcf8e4b5ea0d31f3a149f787179982be5a93c (patch)
tree8b91cd8007b4c6a1442115614185869f8c17c7e0 /doc/subprocess.rst
parenta451e970de9549326be3f40e284d4916b39dccb9 (diff)
downloadpython-coveragepy-f09dcf8e4b5ea0d31f3a149f787179982be5a93c.tar.gz
Fix spelling
Diffstat (limited to 'doc/subprocess.rst')
-rw-r--r--doc/subprocess.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/subprocess.rst b/doc/subprocess.rst
index c2f5d88..b9527c8 100644
--- a/doc/subprocess.rst
+++ b/doc/subprocess.rst
@@ -83,7 +83,7 @@ Signal handlers and atexit
where we could talk about this?
To successfully write a coverage data file, the Python sub-process under
-anaylsis must shut down cleanly and have a chance for coverage.py to run the
+analysis must shut down cleanly and have a chance for coverage.py to run the
``atexit`` handler it registers.
For example if you send SIGTERM to end the sub-process, but your sub-process