Skip to content

Commit a208d39

Browse files
committed
neither... nor
1 parent e76f45c commit a208d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/regex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ of each one.
642642
whitespace is in a character class or preceded by an unescaped backslash; this
643643
lets you organize and indent the RE more clearly. This flag also lets you put
644644
comments within a RE that will be ignored by the engine; comments are marked by
645-
a ``'#'`` that's neither in a character class or preceded by an unescaped
645+
a ``'#'`` that's neither in a character class nor preceded by an unescaped
646646
backslash.
647647

648648
For example, here's a RE that uses :const:`re.VERBOSE`; see how much easier it

0 commit comments

Comments
 (0)