diff options
author | Valentin Lab <valentin.lab@kalysto.org> | 2021-01-26 17:50:06 +0100 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-01-26 13:04:29 -0500 |
commit | 74a9aac92440e439f10b3fee67f2890cf059e7ff (patch) | |
tree | 7c9b56d055a91fd0e6e691d1570ebc354643c158 | |
parent | 782fb4036b26941d200e66a45c0fad32f9d34347 (diff) | |
download | python-coveragepy-git-74a9aac92440e439f10b3fee67f2890cf059e7ff.tar.gz |
fix typos in changelog
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
-rw-r--r-- | CHANGES.rst | 4 | ||||
-rw-r--r-- | CONTRIBUTORS.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 292217b5..8a27e5ee 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -43,8 +43,8 @@ Version 5.4 --- 2021-01-24 ``[report]`` settings if there isn't a value in the ``[html]`` section. Closes `issue 1090`_. -- Combining files on Windows across drives how works properly, fixing `issue - 577`_. Thanks, `Valentine Lab <pr1080_>`_. +- Combining files on Windows across drives now works properly, fixing `issue + 577`_. Thanks, `Valentin Lab <pr1080_>`_. - Fix an obscure warning from deep in the _decimal module, as reported in `issue 1084`_. diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 455c4096..80084213 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -136,7 +136,7 @@ Ted Wexler Thijs Triemstra Thomas Grainger Titus Brown -Valentine Lab +Valentin Lab Vince Salvino Ville Skyttä Xie Yanbo |