summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
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/whatsnew
parent4ea04a306f6f43c9dc2f9c196b658abf021a8362 (diff)
downloadcpython-358b63a419149ba2c21e81e1f2ea38f452018c42.zip
cpython-358b63a419149ba2c21e81e1f2ea38f452018c42.tar.gz
cpython-358b63a419149ba2c21e81e1f2ea38f452018c42.tar.bz2
Fix typo
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 81cfa83..7364e27 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -241,7 +241,7 @@ Unicode
=======
The filesystem encoding can be specified by setting the
-:envvar:`PYTHONFSENCODING` environment variable before running the intepreter.
+:envvar:`PYTHONFSENCODING` environment variable before running the interpreter.
The value should be a string in the form ``<encoding>``, e.g. ``utf-8``.