Fix typo.

This commit is contained in:
R David Murray 2014-02-24 12:59:20 -05:00
parent 6225260e8c
commit 8eb443d58b
1 changed files with 1 additions and 1 deletions

View File

@ -1501,7 +1501,7 @@ Other Improvements
isolate the execution of a script from the user's environment. This is 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 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 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. * Tab-completion is now enabled by default in the interactive interpreter.
(Contributed by Antoine Pitrou and Éric Araujo in :issue:`5845`.) (Contributed by Antoine Pitrou and Éric Araujo in :issue:`5845`.)