Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/c-api/dict.rst
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
  • Loading branch information
vstinner and pitrou committed Nov 12, 2023
commit 9b2005341c8c8fc4568b29b2ae81bd7c97c6dd70
2 changes: 1 addition & 1 deletion Doc/c-api/dict.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Dictionary Objects
.. versionadded:: 3.4


.. c:function:: int PyDict_Pop(PyObject *p, PyObject *key, PyObject *default_value, PyObject *result)
.. c:function:: int PyDict_Pop(PyObject *p, PyObject *key, PyObject *default_value, PyObject **result)

Remove *key* from dictionary *p* and return the removed value.

Expand Down