Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7dfbd49

Browse files
andresdelfinoserhiy-storchaka
authored andcommitted
Correct grammar mistake in re.rst. (GH-9745)
1 parent 365ad2e commit 7dfbd49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/re.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The special characters are:
204204
Standard #18`_ might be added in the future. This would change the
205205
syntax, so to facilitate this change a :exc:`FutureWarning` will be raised
206206
in ambiguous cases for the time being.
207-
That include sets starting with a literal ``'['`` or containing literal
207+
That includes sets starting with a literal ``'['`` or containing literal
208208
character sequences ``'--'``, ``'&&'``, ``'~~'``, and ``'||'``. To
209209
avoid a warning escape them with a backslash.
210210

0 commit comments

Comments
 (0)