summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrés Delfino <adelfino@gmail.com>2018-10-06 19:48:30 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2018-10-06 19:48:30 (GMT)
commit7dfbd4967121ef6ecabe3fd53a430fd949f405fd (patch)
tree73f00f7e15c07dae587c77cdf7f076f91d14c8b8 /Doc
parent365ad2ead5bbaf7a3b18648ffa36e819559d3f75 (diff)
downloadcpython-7dfbd4967121ef6ecabe3fd53a430fd949f405fd.zip
cpython-7dfbd4967121ef6ecabe3fd53a430fd949f405fd.tar.gz
cpython-7dfbd4967121ef6ecabe3fd53a430fd949f405fd.tar.bz2
Correct grammar mistake in re.rst. (GH-9745)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/re.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst
index 75119a0..e90840d 100644
--- a/Doc/library/re.rst
+++ b/Doc/library/re.rst
@@ -204,7 +204,7 @@ The special characters are:
Standard #18`_ might be added in the future. This would change the
syntax, so to facilitate this change a :exc:`FutureWarning` will be raised
in ambiguous cases for the time being.
- That include sets starting with a literal ``'['`` or containing literal
+ That includes sets starting with a literal ``'['`` or containing literal
character sequences ``'--'``, ``'&&'``, ``'~~'``, and ``'||'``. To
avoid a warning escape them with a backslash.