@@ -98,7 +98,7 @@ static const char usage_3[] = "\
98
98
-X no_debug_ranges: disable the inclusion of the tables mapping extra location \n\
99
99
information (end line, start column offset and end column offset) to every \n\
100
100
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\
102
102
when the interpreter displays tracebacks.\n\
103
103
-X frozen_modules=[on|off]: whether or not frozen modules should be used.\n\
104
104
The default is \"on\" (or \"off\" if you are running a local build).\n\
@@ -142,7 +142,7 @@ static const char usage_6[] =
142
142
"PYTHONNODEBUGRANGES: If this variable is set, it disables the inclusion of the \n"
143
143
" tables mapping extra location information (end line, start column offset \n"
144
144
" 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"
146
146
" extra visual location indicators when the interpreter displays tracebacks.\n" ;
147
147
148
148
#if defined(MS_WINDOWS )
@@ -2549,7 +2549,7 @@ warnoptions_append(PyConfig *config, PyWideStringList *options,
2549
2549
{
2550
2550
/* config_init_warnoptions() add existing config warnoptions at the end:
2551
2551
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
2553
2553
called twice. */
2554
2554
if (_PyWideStringList_Find (& config -> warnoptions , option )) {
2555
2555
/* Already present: do nothing */
0 commit comments