diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-12-10 05:32:55 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-12-10 05:32:55 (GMT) |
commit | 186b204997166932fec475ed08bcb324ae102a30 (patch) | |
tree | 57ab07d7fe60bf47bd253fdf3d154bd5c3044f30 /Doc/library/re.rst | |
parent | b7880b067bf06478ab6199e32afe7519c0546851 (diff) | |
download | cpython-186b204997166932fec475ed08bcb324ae102a30.zip cpython-186b204997166932fec475ed08bcb324ae102a30.tar.gz cpython-186b204997166932fec475ed08bcb324ae102a30.tar.bz2 |
Fix typos in comment and documentation
Diffstat (limited to 'Doc/library/re.rst')
-rw-r--r-- | Doc/library/re.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst index a298d97..7ef4cbe 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -762,7 +762,7 @@ form. now are errors. .. deprecated-removed:: 3.5 3.7 - Unknown escapes in *repl* consist of ``'\'`` and ASCII letter now raise + Unknown escapes in *repl* consisting of ``'\'`` and an ASCII letter now raise a deprecation warning and will be forbidden in Python 3.7. |