]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct grammar mistake in re.rst. (GH-9745)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 Oct 2018 19:56:45 +0000 (12:56 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Oct 2018 19:56:45 +0000 (12:56 -0700)
(cherry picked from commit 7dfbd4967121ef6ecabe3fd53a430fd949f405fd)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
Doc/library/re.rst

index 8228d9129960637619acba1a64e03f062732e599..cc3516acfae792e1976d4cc06ea25a192955d95b 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.