We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76f45c commit a208d39Copy full SHA for a208d39
Doc/howto/regex.rst
@@ -642,7 +642,7 @@ of each one.
642
whitespace is in a character class or preceded by an unescaped backslash; this
643
lets you organize and indent the RE more clearly. This flag also lets you put
644
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
+ a ``'#'`` that's neither in a character class nor preceded by an unescaped
646
backslash.
647
648
For example, here's a RE that uses :const:`re.VERBOSE`; see how much easier it
0 commit comments