Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c2621 commit cb9a551Copy full SHA for cb9a551
1 file changed
Objects/listobject.c
@@ -2296,8 +2296,7 @@ PyDoc_STRVAR(count_doc,
2296
PyDoc_STRVAR(reverse_doc,
2297
"L.reverse() -- reverse *IN PLACE*");
2298
PyDoc_STRVAR(sort_doc,
2299
-"L.sort(key=None, reverse=False) -- stable sort *IN PLACE*;\n\
2300
-cmp(x, y) -> -1, 0, 1");
+"L.sort(key=None, reverse=False) -- stable sort *IN PLACE*");
2301
2302
static PyObject *list_subscript(PyListObject*, PyObject*);
2303
0 commit comments