mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
fix markup
This commit is contained in:
parent
355b1264b8
commit
02ee8888cd
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue