@@ -98,7 +98,7 @@ static const char usage_3[] = "\
9898 -X no_debug_ranges: disable the inclusion of the tables mapping extra location \n\
9999 information (end line, start column offset and end column offset) to every \n\
100100 instruction in code objects. This is useful when smaller code objects and pyc \n\
101- files are desired as well as supressing the extra visual location indicators \n\
101+ files are desired as well as suppressing the extra visual location indicators \n\
102102 when the interpreter displays tracebacks.\n\
103103 -X frozen_modules=[on|off]: whether or not frozen modules should be used.\n\
104104 The default is \"on\" (or \"off\" if you are running a local build).\n\
@@ -142,7 +142,7 @@ static const char usage_6[] =
142142"PYTHONNODEBUGRANGES: If this variable is set, it disables the inclusion of the \n"
143143" tables mapping extra location information (end line, start column offset \n"
144144" and end column offset) to every instruction in code objects. This is useful \n"
145- " when smaller cothe de objects and pyc files are desired as well as supressing the \n"
145+ " when smaller cothe de objects and pyc files are desired as well as suppressing the \n"
146146" extra visual location indicators when the interpreter displays tracebacks.\n" ;
147147
148148#if defined(MS_WINDOWS )
@@ -2549,7 +2549,7 @@ warnoptions_append(PyConfig *config, PyWideStringList *options,
25492549{
25502550 /* config_init_warnoptions() add existing config warnoptions at the end:
25512551 ensure that the new option is not already present in this list to
2552- prevent change the options order whne config_init_warnoptions() is
2552+ prevent change the options order when config_init_warnoptions() is
25532553 called twice. */
25542554 if (_PyWideStringList_Find (& config -> warnoptions , option )) {
25552555 /* Already present: do nothing */
0 commit comments