summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-04-02 00:11:52 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-04-02 00:11:52 (GMT)
commit02ee8888cdd5dcbdd4986cea9113bd97284ed992 (patch)
tree16b1d1f73b8548ef5d0143d86e05dac1f3171e71
parent355b1264b80506dddb536dc338ed91e061032309 (diff)
downloadcpython-02ee8888cdd5dcbdd4986cea9113bd97284ed992.zip
cpython-02ee8888cdd5dcbdd4986cea9113bd97284ed992.tar.gz
cpython-02ee8888cdd5dcbdd4986cea9113bd97284ed992.tar.bz2
fix markup
-rw-r--r--Doc/c-api/object.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst
index 388c2ae..79565e1 100644
--- a/Doc/c-api/object.rst
+++ b/Doc/c-api/object.rst
@@ -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