diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-12 06:14:03 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-12 06:14:03 (GMT) |
commit | 70c502aacf629bd470a88dc5f139937d62376143 (patch) | |
tree | 3556ab7fe5a74b9859818a65ef88fa75683ddf71 /Misc | |
parent | d4704803b95efea847cd0a9065818d771c9941fb (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |