Skip to content

Commit cc2f6e4

Browse files
author
Marco Sulla
committed
minor
1 parent b874f6f commit cc2f6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frozendict/src/3_6/frozendictobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ static PyMethodDef frozendict_mapp_methods[] = {
12351235
{"delete", (PyCFunction)
12361236
frozendict_del, METH_O,
12371237
frozendict_del_doc},
1238-
{"key", (PyCFunction))
1238+
{"key", (PyCFunction)
12391239
frozendict_key, METH_VARARGS,
12401240
frozendict_key_doc},
12411241
{NULL, NULL} /* sentinel */

0 commit comments

Comments
 (0)