summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-12 06:17:29 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-12 06:17:29 (GMT)
commit98e9051577dd8dca01ccd0df021e8901cbe98965 (patch)
tree6301c8de3c7cca27e4f57360149642e8253dc427 /Misc
parentaea671efc61e89c93be8d0a6866bd4ee3ff7d058 (diff)
downloadcpython-98e9051577dd8dca01ccd0df021e8901cbe98965.zip
cpython-98e9051577dd8dca01ccd0df021e8901cbe98965.tar.gz
cpython-98e9051577dd8dca01ccd0df021e8901cbe98965.tar.bz2
Add grammatical article to “an ASCII letter”
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 551574d..2680d05 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,7 +56,7 @@ Library
- Issue #27029: Removed deprecated support of universal newlines mode from
ZipFile.open().
-- Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in
+- Issue #27030: Unknown escapes consisting of ``'\'`` and an ASCII letter in
regular expressions now are errors. The re.LOCALE flag now can be used
only with bytes patterns.