summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-04-06 00:24:29 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-04-06 00:24:29 (GMT)
commit28f4d20508495f0046c173e2528d9b2315def130 (patch)
treec1b9ba52e65b38e149cb14279ec30b7bb48a82f7 /Doc/howto
parenta80d1bd2c880055ebc0b6d2181ac861edf197679 (diff)
downloadcpython-28f4d20508495f0046c173e2528d9b2315def130.zip
cpython-28f4d20508495f0046c173e2528d9b2315def130.tar.gz
cpython-28f4d20508495f0046c173e2528d9b2315def130.tar.bz2
Fixed typo.
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.