Commit 1fae8444 authored by Julien Palard's avatar Julien Palard Committed by Miss Islington (bot)

Doc: Fix missing negation. (GH-14640)



Reported by Hug Capella on docs@.



Automerge-Triggered-By: @matrixise
parent 5b172c27
......@@ -540,8 +540,8 @@ character ``'$'``.
Matches any character which is not a word character. This is
the opposite of ``\w``. If the :const:`ASCII` flag is used this
becomes the equivalent of ``[^a-zA-Z0-9_]``. If the :const:`LOCALE` flag is
used, matches characters considered alphanumeric in the current locale
and the underscore.
used, matches characters which are neither alphanumeric in the current locale
nor the underscore.
.. index:: single: \Z; in regular expressions
......
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