Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1fe8ada

Browse files
committed
merge 3.4 (#18494)
2 parents 3cb9379 + 1c262a6 commit 1fe8ada

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/c-api/object.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ Object Protocol
101101
This is the equivalent of the Python statement ``del o.attr_name``.
102102
103103
104-
.. c:function:: PyObject* PyType_GenericGetDict(PyObject *o, void *context)
104+
.. c:function:: PyObject* PyObject_GenericGetDict(PyObject *o, void *context)
105105
106106
A generic implementation for the getter of a ``__dict__`` descriptor. It
107107
creates the dictionary if necessary.
108108
109109
.. versionadded:: 3.3
110110
111111
112-
.. c:function:: int PyType_GenericSetDict(PyObject *o, void *context)
112+
.. c:function:: int PyObject_GenericSetDict(PyObject *o, void *context)
113113
114114
A generic implementation for the setter of a ``__dict__`` descriptor. This
115115
implementation does not allow the dictionary to be deleted.

0 commit comments

Comments
 (0)