diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-01-24 17:49:10 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-01-24 17:49:10 -0500 |
commit | 96ae2000a951267db71f23ead7aa63fab70af0e7 (patch) | |
tree | 3a80aacc5f93c6e6f40a14da9a8f9ec077cd0e06 /doc/python-coverage.1.txt | |
parent | 6ce7b4e3fe716f4cf14922a518b64279110a3ff9 (diff) | |
download | python-coveragepy-git-96ae2000a951267db71f23ead7aa63fab70af0e7.tar.gz |
Prep for 5.4
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r-- | doc/python-coverage.1.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt index a9895482..0bbd44d0 100644 --- a/doc/python-coverage.1.txt +++ b/doc/python-coverage.1.txt @@ -2,13 +2,13 @@ python-coverage =============== -------------------------------------------------- -measure code coverage of Python program execution -------------------------------------------------- +---------------------------- +Measure Python code coverage +---------------------------- :Author: Ned Batchelder <ned@nedbatchelder.com> :Author: |author| -:Date: 2019-11-11 +:Date: 2021-01-24 :Copyright: Apache 2.0 license, attribution and disclaimer required. :Manual section: 1 :Manual group: Coverage.py |