diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-17 21:09:25 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-17 21:09:25 -0400 |
commit | e4054498c6eb2f0b97de80bcf9835f416a91207c (patch) | |
tree | 867647afd9b59f3ce06c73772154de22646226dd | |
parent | 8c9bb0cb6c8531b502c40433406f0e467a905501 (diff) | |
download | python-coveragepy-git-e4054498c6eb2f0b97de80bcf9835f416a91207c.tar.gz |
Minor correction
-rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 29740d59..9eace5d2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -28,8 +28,8 @@ Unreleased Version 5.0a6 --- 2019-07-16 ---------------------------- -- Reporting on dynamic contexts. Big thanks to Stephan Richter and Albertas - Agejevas for the contribution. +- Reporting on contexts. Big thanks to Stephan Richter and Albertas Agejevas + for the contribution. - The ``--contexts`` option is available on the ``report`` and ``html`` commands. It's a comma-separated list of shell-style wildcards, selecting |