]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed typo.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Mon, 6 Apr 2009 00:24:29 +0000 (00:24 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Mon, 6 Apr 2009 00:24:29 +0000 (00:24 +0000)
Doc/c-api/object.rst
Doc/howto/regex.rst

index 388c2ae24249da3bfc4849f86bfdedcfa264aed4..79565e1c44119260c8651a8fe83c7d881338e32a 100644 (file)
@@ -66,8 +66,7 @@ Object Protocol
    ``o.attr_name = v``.
 
 
-.. cfunction:: int PyObject_GenericSetAttr(PyObject *o, PyObject *name, PyObject
-*value)
+.. cfunction:: int PyObject_GenericSetAttr(PyObject *o, PyObject *name, PyObject *value)
 
    Generic attribute setter function that is meant to be put into a type
    object's ``tp_setattro`` slot.  It looks for a data descriptor in the
index eab23af5756cf58470128b3b47eda1ef15513194..81d5abaf58a813321f23066580d68d95ed51944e 100644 (file)
@@ -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.