From: Benjamin Peterson Date: Thu, 2 Apr 2009 00:11:52 +0000 (+0000) Subject: fix markup X-Git-Tag: v2.7a1~1615 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02ee8888cdd5dcbdd4986cea9113bd97284ed992;p=thirdparty%2FPython%2Fcpython.git fix markup --- diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst index 388c2ae24249..79565e1c4411 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