Skip to content

Commit

Permalink
Update Doc/c-api/dict.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Erlend E. Aasland <[email protected]>
  • Loading branch information
vstinner and erlend-aasland authored Jun 23, 2023
1 parent 26cb280 commit f2856c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/dict.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Dictionary Objects
Return ``0`` on success or ``-1`` on failure.
.. c:function:: int PyDict_GetItemRef(PyObject *p, PyObject *key, PyObject **value)
.. c:function:: int PyDict_GetItemRef(PyObject *p, PyObject *key, PyObject **pvalue)
Return a new :term:`strong reference` to the object from dictionary *p*
which has a key *key*:
Expand Down

0 comments on commit f2856c8

Please sign in to comment.