mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #19504: Used American spelling for 'customize'.
This commit is contained in:
parent
a76157dca6
commit
9c10d6b800
5 changed files with 11 additions and 11 deletions
|
@ -807,10 +807,10 @@ parse_shebang(wchar_t * shebang_line, int nchars, wchar_t ** command,
|
|||
}
|
||||
if (*vpp == NULL) {
|
||||
/*
|
||||
* Not found in builtins - look in customised commands.
|
||||
* Not found in builtins - look in customized commands.
|
||||
*
|
||||
* We can't permanently modify the shebang line in case
|
||||
* it's not a customised command, but we can temporarily
|
||||
* it's not a customized command, but we can temporarily
|
||||
* stick a NUL after the command while searching for it,
|
||||
* then put back the char we zapped.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue