Skip to content

Commit f2856c8

Browse files
Update Doc/c-api/dict.rst
Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 26cb280 commit f2856c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/dict.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Dictionary Objects
9393
Return ``0`` on success or ``-1`` on failure.
9494
9595
96-
.. c:function:: int PyDict_GetItemRef(PyObject *p, PyObject *key, PyObject **value)
96+
.. c:function:: int PyDict_GetItemRef(PyObject *p, PyObject *key, PyObject **pvalue)
9797
9898
Return a new :term:`strong reference` to the object from dictionary *p*
9999
which has a key *key*:

0 commit comments

Comments
 (0)