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

(cherry picked from commit 7dfbd49671)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-10-06 12:56:45 -07:00 committed by GitHub
parent 453b3b0e87
commit 4322b8dd0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ The special characters are:
Standard #18`_ might be added in the future. This would change the Standard #18`_ might be added in the future. This would change the
syntax, so to facilitate this change a :exc:`FutureWarning` will be raised syntax, so to facilitate this change a :exc:`FutureWarning` will be raised
in ambiguous cases for the time being. 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 character sequences ``'--'``, ``'&&'``, ``'~~'``, and ``'||'``. To
avoid a warning escape them with a backslash. avoid a warning escape them with a backslash.