diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-04-02 00:12:47 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-04-02 00:12:47 (GMT) |
commit | 7b0f1540ea2729ae566dcf11d63c098888818aa7 (patch) | |
tree | c3b48fe6466e9cca4edc5cb926f5636c8fad7740 /Doc/howto | |
parent | 02ee8888cdd5dcbdd4986cea9113bd97284ed992 (diff) | |
download | cpython-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.rst | 2 |
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. |