summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2017-11-26 20:46:06 +0100
committerDaniel Hahler <git@thequod.de>2017-11-26 20:46:06 +0100
commitd5f038e29ab3882eed8779efc98fbc3348a21ac6 (patch)
treeb16096e3adf1562dbd7bb16e7a5d32e329565f35 /CHANGELOG.rst
parent8df7ed12c19ea17aa9fd58d355c4ef85dbaf293c (diff)
downloadpytest-d5f038e29ab3882eed8779efc98fbc3348a21ac6.tar.gz
Fix spelling: s/re-writ/rewrit/g
This also fixes "can not" to "cannot" in the "Module already imported so cannot be rewritten" assertion error.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4146670f2..2654fe7e1 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2079,7 +2079,7 @@ time or change existing behaviors in order to make them less surprising/more use
- fix issue655: work around different ways that cause python2/3
to leak sys.exc_info into fixtures/tests causing failures in 3rd party code
-- fix issue615: assertion re-writing did not correctly escape % signs
+- fix issue615: assertion rewriting did not correctly escape % signs
when formatting boolean operations, which tripped over mixing
booleans with modulo operators. Thanks to Tom Viner for the report,
triaging and fix.