mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Correct grammar mistake in re.rst. (GH-9745)
This commit is contained in:
parent
365ad2ead5
commit
7dfbd49671
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue