Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 358b63a

Browse files
committed
Fix typo
1 parent 4ea04a3 commit 358b63a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/using/cmdline.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`.

Doc/whatsnew/3.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Unicode
241241
=======
242242

243243
The 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.
245245
The value should be a string in the form ``<encoding>``, e.g. ``utf-8``.
246246

247247

0 commit comments

Comments
 (0)