]> granicus.if.org Git - python/commitdiff
fix markup
authorBenjamin Peterson <benjamin@python.org>
Thu, 2 Apr 2009 00:11:52 +0000 (00:11 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 2 Apr 2009 00:11:52 +0000 (00:11 +0000)
Doc/c-api/object.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