summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-12 06:14:03 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-12 06:14:03 (GMT)
commit70c502aacf629bd470a88dc5f139937d62376143 (patch)
tree3556ab7fe5a74b9859818a65ef88fa75683ddf71 /Misc
parentd4704803b95efea847cd0a9065818d771c9941fb (diff)
downloadcpython-70c502aacf629bd470a88dc5f139937d62376143.zip
cpython-70c502aacf629bd470a88dc5f139937d62376143.tar.gz
cpython-70c502aacf629bd470a88dc5f139937d62376143.tar.bz2
Fix typos and English grammar in documentation and code comment
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8a39c08..ddcde75 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2215,8 +2215,8 @@ Library
writer failed in BufferedRWPair.close().
- Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``
- and ASCII letter now raise a deprecation warning and will be forbidden in
- Python 3.6.
+ and an ASCII letter now raise a deprecation warning and will be forbidden
+ in Python 3.6.
- Issue #23671: string.Template now allows specifying the "self" parameter as
a keyword argument. string.Formatter now allows specifying the "self" and