[Python-checkins] r71011 - python/trunk/Doc/howto/regex.rst

benjamin.peterson python-checkins at python.org
Thu Apr 2 02:12:47 CEST 2009


Author: benjamin.peterson
Date: Thu Apr  2 02:12:47 2009
New Revision: 71011

Log:
this should be :noindex:

Modified:
   python/trunk/Doc/howto/regex.rst

Modified: python/trunk/Doc/howto/regex.rst
==============================================================================
--- python/trunk/Doc/howto/regex.rst	(original)
+++ python/trunk/Doc/howto/regex.rst	Thu Apr  2 02:12:47 2009
@@ -600,7 +600,7 @@
 
 .. data:: U
           UNICODE
-   :index:
+   :noindex:
 
    Make ``\w``, ``\W``, ``\b``, ``\B``, ``\d``, ``\D``, ``\s`` and ``\S``
    dependent on the Unicode character properties database.


More information about the Python-checkins mailing list