Skip to content

Commit

Permalink
Update Objects/dictobject.c
Browse files Browse the repository at this point in the history
Co-authored-by: Erlend E. Aasland <[email protected]>
  • Loading branch information
DinoV and erlend-aasland authored Jan 23, 2024
1 parent 65abc0a commit 8629b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objects/dictobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -3508,7 +3508,7 @@ dict_setdefault_impl(PyDictObject *self, PyObject *key,
/*[clinic input]
dict.clear
Removes all items.
Remove all items from the dict.
[clinic start generated code]*/

static PyObject *
Expand Down

0 comments on commit 8629b17

Please sign in to comment.