mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
[3.9] Fix typos in the Python directory (GH-28767) (GH-28798)
(cherry picked from commit db693df3e1
)
Automerge-Triggered-By: GH:JulienPalard
This commit is contained in:
parent
960e7b3ba1
commit
78efc9aff2
4 changed files with 4 additions and 4 deletions
|
@ -2135,7 +2135,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