From: Benjamin Peterson Date: Thu, 2 Apr 2009 00:12:47 +0000 (+0000) Subject: this should be :noindex: X-Git-Tag: v2.7a1~1614 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b0f1540ea2729ae566dcf11d63c098888818aa7;p=python this should be :noindex: --- diff --git a/Doc/howto/regex.rst b/Doc/howto/regex.rst index eab23af575..81d5abaf58 100644 --- a/Doc/howto/regex.rst +++ b/Doc/howto/regex.rst @@ -600,7 +600,7 @@ of each one. .. data:: U UNICODE - :index: + :noindex: Make ``\w``, ``\W``, ``\b``, ``\B``, ``\d``, ``\D``, ``\s`` and ``\S`` dependent on the Unicode character properties database.