summaryrefslogtreecommitdiffstats
path: root/Objects/listobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/listobject.c')
-rw-r--r--Objects/listobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/listobject.c b/Objects/listobject.c
index f0eab0b..a367ed1 100644
--- a/Objects/listobject.c
+++ b/Objects/listobject.c
@@ -751,7 +751,7 @@ static struct methodlist list_methods[] = {
{"count", (method)listcount},
{"index", (method)listindex},
{"insert", (method)listinsert},
- {"sort", (method)listsort},
+ {"sort", (method)listsort, 0},
{"remove", (method)listremove},
{"reverse", (method)listreverse},
{NULL, NULL} /* sentinel */