diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-06-14 08:31:56 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-06-14 08:31:56 -0400 |
commit | 03b7b258014e300f1974b9f5832ccd74e692cc29 (patch) | |
tree | fb33d722e3314f74b1c5e65f2bebbfae437db72d /doc/subprocess.rst | |
parent | d86f865ba3dbc1369f7b08144a8876375edb9eae (diff) | |
download | python-coveragepy-git-03b7b258014e300f1974b9f5832ccd74e692cc29.tar.gz |
Update URLs so link-checker doesn't spew red.
Diffstat (limited to 'doc/subprocess.rst')
-rw-r--r-- | doc/subprocess.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/subprocess.rst b/doc/subprocess.rst index b9527c84..7236b7ef 100644 --- a/doc/subprocess.rst +++ b/doc/subprocess.rst @@ -90,4 +90,4 @@ For example if you send SIGTERM to end the sub-process, but your sub-process has never registered any SIGTERM handler, then a coverage file won't be written. See the `atexit`_ docs for details of when the handler isn't run. -.. _atexit: https://docs.python.org/2/library/atexit.html +.. _atexit: https://docs.python.org/3/library/atexit.html |