diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-15 16:21:25 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-15 16:21:25 -0400 |
commit | 7d34df5666dad638b1d9a09f4ad375194a8bc542 (patch) | |
tree | 06c64c524beacd503e8cdc0606b91774d1625c9e | |
parent | 991765f8c464319bfb294a05beceab8d694cfc2c (diff) | |
download | python-coveragepy-git-7d34df5666dad638b1d9a09f4ad375194a8bc542.tar.gz |
Fix spelling
-rw-r--r-- | doc/dict.txt | 1 | ||||
-rw-r--r-- | doc/subprocess.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/dict.txt b/doc/dict.txt index 46f08c12..cdc3fb0e 100644 --- a/doc/dict.txt +++ b/doc/dict.txt @@ -143,6 +143,7 @@ PYTHONPATH pyw rcfile readme +refactored regex regexes renderer diff --git a/doc/subprocess.rst b/doc/subprocess.rst index c2f5d888..b9527c84 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 |