mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
Issue 19504: Change "customise" to "customize" American spelling.
This commit is contained in:
parent
39e9af6bb3
commit
7ea386e56e
8 changed files with 11 additions and 11 deletions
|
@ -2068,7 +2068,7 @@ sorted as builtin_sorted
|
|||
|
||||
Return a new list containing all items from the iterable in ascending order.
|
||||
|
||||
A custom key function can be supplied to customise the sort order, and the
|
||||
A custom key function can be supplied to customize the sort order, and the
|
||||
reverse flag can be set to request the result in descending order.
|
||||
[end disabled clinic input]*/
|
||||
|
||||
|
@ -2078,7 +2078,7 @@ PyDoc_STRVAR(builtin_sorted__doc__,
|
|||
"\n"
|
||||
"Return a new list containing all items from the iterable in ascending order.\n"
|
||||
"\n"
|
||||
"A custom key function can be supplied to customise the sort order, and the\n"
|
||||
"A custom key function can be supplied to customize the sort order, and the\n"
|
||||
"reverse flag can be set to request the result in descending order.");
|
||||
|
||||
#define BUILTIN_SORTED_METHODDEF \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue