summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-04-02 00:12:47 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-04-02 00:12:47 (GMT)
commit7b0f1540ea2729ae566dcf11d63c098888818aa7 (patch)
treec3b48fe6466e9cca4edc5cb926f5636c8fad7740 /Doc/howto
parent02ee8888cdd5dcbdd4986cea9113bd97284ed992 (diff)
downloadcpython-7b0f1540ea2729ae566dcf11d63c098888818aa7.zip
cpython-7b0f1540ea2729ae566dcf11d63c098888818aa7.tar.gz
cpython-7b0f1540ea2729ae566dcf11d63c098888818aa7.tar.bz2
this should be :noindex:
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/regex.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/regex.rst b/Doc/howto/regex.rst
index eab23af..81d5aba 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.