We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26cb280 commit f2856c8Copy full SHA for f2856c8
Doc/c-api/dict.rst
@@ -93,7 +93,7 @@ Dictionary Objects
93
Return ``0`` on success or ``-1`` on failure.
94
95
96
-.. c:function:: int PyDict_GetItemRef(PyObject *p, PyObject *key, PyObject **value)
+.. c:function:: int PyDict_GetItemRef(PyObject *p, PyObject *key, PyObject **pvalue)
97
98
Return a new :term:`strong reference` to the object from dictionary *p*
99
which has a key *key*:
0 commit comments