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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b0f1540ea2729ae566dcf11d63c098888818aa7;p=thirdparty%2FPython%2Fcpython.git this should be :noindex: --- diff --git a/Doc/howto/regex.rst b/Doc/howto/regex.rst index eab23af5756c..81d5abaf58a8 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.