]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct grammar mistake in re.rst. (GH-9745)
authorAndrés Delfino <adelfino@gmail.com>
Sat, 6 Oct 2018 19:48:30 +0000 (16:48 -0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 6 Oct 2018 19:48:30 +0000 (22:48 +0300)
Doc/library/re.rst

index 75119a0a35f3e960c13f351c0a80e9e0d76abf88..e90840d9acc175564d4b7d17595862342d5e59fb 100644 (file)
@@ -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.