diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-04-02 00:11:52 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-04-02 00:11:52 (GMT) |
| commit | 02ee8888cdd5dcbdd4986cea9113bd97284ed992 (patch) | |
| tree | 16b1d1f73b8548ef5d0143d86e05dac1f3171e71 | |
| parent | 355b1264b80506dddb536dc338ed91e061032309 (diff) | |
| download | cpython-02ee8888cdd5dcbdd4986cea9113bd97284ed992.zip cpython-02ee8888cdd5dcbdd4986cea9113bd97284ed992.tar.gz cpython-02ee8888cdd5dcbdd4986cea9113bd97284ed992.tar.bz2 | |
fix markup
| -rw-r--r-- | Doc/c-api/object.rst | 3 |
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 |
