mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Make indentation consistent and remove dead commented-out code.
This commit is contained in:
parent
5051ca887c
commit
03ab4d3581
1 changed files with 5 additions and 7 deletions
|
@ -2148,8 +2148,6 @@ static PyMethodDef array_methods[] = {
|
|||
remove_doc},
|
||||
{"reverse", (PyCFunction)array_reverse, METH_NOARGS,
|
||||
reverse_doc},
|
||||
/* {"sort", (PyCFunction)array_sort, METH_VARARGS,
|
||||
sort_doc},*/
|
||||
{"tofile", (PyCFunction)array_tofile, METH_O,
|
||||
tofile_doc},
|
||||
{"tolist", (PyCFunction)array_tolist, METH_NOARGS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue