summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-08-06 15:15:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-08-06 15:15:56 -0400
commit616d963b390e94e12a9321b32e10c00e6da4e27d (patch)
treea6291ad4770454281f8ee2718e44f3398e9cec04
parent0915b967461661654ae2d1a85bd0495c2eafd35b (diff)
downloadpython-coveragepy-git-616d963b390e94e12a9321b32e10c00e6da4e27d.tar.gz
docs: better wording in CHANGES
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c9f2a360..d04e2905 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,7 +20,7 @@ development at the same time, such as 4.5.x and 5.0.
Unreleased
----------
-- Fix a failure when combining data files due to file names containing
+- Fix a failure when combining data files if the file names contained
glob-like patterns (`pull 1405`_). Thanks, Michael Krebs and Benjamin
Schubert.