mirror of
https://github.com/python/cpython.git
synced 2025-08-28 20:56:54 +00:00
[3.10] Fix typos in the Python directory (GH-28767) (GH-28799)
(cherry picked from commit db693df3e1
)
This commit is contained in:
parent
212140dceb
commit
ccd82a0800
6 changed files with 8 additions and 8 deletions
|
@ -2464,7 +2464,7 @@ warnoptions_append(PyConfig *config, PyWideStringList *options,
|
|||
{
|
||||
/* config_init_warnoptions() add existing config warnoptions at the end:
|
||||
ensure that the new option is not already present in this list to
|
||||
prevent change the options order whne config_init_warnoptions() is
|
||||
prevent change the options order when config_init_warnoptions() is
|
||||
called twice. */
|
||||
if (_PyWideStringList_Find(&config->warnoptions, option)) {
|
||||
/* Already present: do nothing */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue