File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -444,15 +444,15 @@ These environment variables influence Python's behavior.
444444
445445.. envvar :: PYTHONFSENCODING
446446
447- If this is set before running the intepreter , it overrides the encoding used
447+ If this is set before running the interpreter , it overrides the encoding used
448448 for the filesystem encoding (see :func: `sys.getfilesystemencoding `).
449449
450450 .. versionadded :: 3.2
451451
452452
453453.. envvar :: PYTHONIOENCODING
454454
455- If this is set before running the intepreter , it overrides the encoding used
455+ If this is set before running the interpreter , it overrides the encoding used
456456 for stdin/stdout/stderr, in the syntax ``encodingname:errorhandler ``. The
457457 ``:errorhandler `` part is optional and has the same meaning as in
458458 :func: `str.encode `.
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ Unicode
241241=======
242242
243243The filesystem encoding can be specified by setting the
244- :envvar: `PYTHONFSENCODING ` environment variable before running the intepreter .
244+ :envvar: `PYTHONFSENCODING ` environment variable before running the interpreter .
245245The value should be a string in the form ``<encoding> ``, e.g. ``utf-8 ``.
246246
247247
You can’t perform that action at this time.
0 commit comments