From: R David Murray Date: Mon, 24 Feb 2014 17:59:20 +0000 (-0500) Subject: Fix typo. X-Git-Tag: v3.4.1rc1~233^2~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8eb443d58b4bc218b443d9eae847cf967f127f1a;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 65cc4644ff2c..78261c503786 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -1501,7 +1501,7 @@ Other Improvements isolate the execution of a script from the user's environment. This is appropriate, for example, when Python is used to run a system script. On most POSIX systems it can and should be used in the ``#!`` line of system - scripts. (Contributed by Christian Heims in :issue:`16499`.) + scripts. (Contributed by Christian Heimes in :issue:`16499`.) * Tab-completion is now enabled by default in the interactive interpreter. (Contributed by Antoine Pitrou and Éric Araujo in :issue:`5845`.)