summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-11-28 10:41:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-11-28 10:41:31 -0500
commit908761aff57077658ebb80fc740f9fff232a4257 (patch)
tree8bd504d1498216269bf470c634aac7cf24355613 /CHANGES.rst
parentb8e7b6a5a694f51b1e93e8f1a7bf3b6bf5d52952 (diff)
downloadpython-coveragepy-git-908761aff57077658ebb80fc740f9fff232a4257.tar.gz
.rst max line is 79
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 90fc8456..91218bba 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -48,8 +48,8 @@ Unreleased
- Fixed an unusual bug involving multiple coding declarations affecting code
containing code in multi-line strings: `issue 529`_.
-- The default pragma regex changed slightly, but this will only matter to you if
- you are deranged and use mixed-case pragmas.
+- The default pragma regex changed slightly, but this will only matter to you
+ if you are deranged and use mixed-case pragmas.
- Deal properly with non-ASCII file names in an ASCII-only world, `issue 533`_.