From 02ee8888cdd5dcbdd4986cea9113bd97284ed992 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 2 Apr 2009 00:11:52 +0000 Subject: fix markup --- Doc/c-api/object.rst | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v0.12