summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-08-18 22:35:23 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-08-18 22:35:23 (GMT)
commit358b63a419149ba2c21e81e1f2ea38f452018c42 (patch)
treea5701eef23cb5374ea31a341b25ab8c5473e5bcc /Doc/using
parent4ea04a306f6f43c9dc2f9c196b658abf021a8362 (diff)
downloadcpython-358b63a419149ba2c21e81e1f2ea38f452018c42.zip
cpython-358b63a419149ba2c21e81e1f2ea38f452018c42.tar.gz
cpython-358b63a419149ba2c21e81e1f2ea38f452018c42.tar.bz2
Fix typo
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/cmdline.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index c1130e4..45c1040 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -444,7 +444,7 @@ These environment variables influence Python's behavior.
.. envvar:: PYTHONFSENCODING
- If this is set before running the intepreter, it overrides the encoding used
+ If this is set before running the interpreter, it overrides the encoding used
for the filesystem encoding (see :func:`sys.getfilesystemencoding`).
.. versionadded:: 3.2
@@ -452,7 +452,7 @@ These environment variables influence Python's behavior.
.. envvar:: PYTHONIOENCODING
- If this is set before running the intepreter, it overrides the encoding used
+ If this is set before running the interpreter, it overrides the encoding used
for stdin/stdout/stderr, in the syntax ``encodingname:errorhandler``. The
``:errorhandler`` part is optional and has the same meaning as in
:func:`str.encode`.