mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
Reversed min and max (to alphabetical order).
This commit is contained in:
parent
a08095ab02
commit
865828d7cf
1 changed files with 1 additions and 1 deletions
|
@ -470,8 +470,8 @@ static struct methodlist builtin_methods[] = {
|
|||
{"input", builtin_input},
|
||||
{"int", builtin_int},
|
||||
{"len", builtin_len},
|
||||
{"min", builtin_min},
|
||||
{"max", builtin_max},
|
||||
{"min", builtin_min},
|
||||
{"open", builtin_open}, /* XXX move to OS module */
|
||||
{"ord", builtin_ord},
|
||||
{"range", builtin_range},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue