[Python-checkins] Correct grammar mistake in re.rst. (GH-9745)

Miss Islington (bot) webhook-mailer at python.org
Sat Oct 6 15:56:49 EDT 2018


https://github.com/python/cpython/commit/4322b8dd0fa4a9d14a54a50e4aedf40777d9a029
commit: 4322b8dd0fa4a9d14a54a50e4aedf40777d9a029
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-10-06T12:56:45-07:00
summary:

Correct grammar mistake in re.rst. (GH-9745)

(cherry picked from commit 7dfbd4967121ef6ecabe3fd53a430fd949f405fd)

Co-authored-by: Andrés Delfino <adelfino at gmail.com>

files:
M Doc/library/re.rst

diff --git a/Doc/library/re.rst b/Doc/library/re.rst
index 8228d9129960..cc3516acfae7 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.
 



More information about the Python-checkins mailing list