Commit 7dfbd496 authored by Andrés Delfino's avatar Andrés Delfino Committed by Serhiy Storchaka

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

parent 365ad2ea
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment