From: Éric Araujo Date: Fri, 25 Mar 2011 20:53:58 +0000 (+0100) Subject: Remove untrue statement from tutorial X-Git-Tag: v3.2.1b1~209^2^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a464d4e608e8c81b6555b5210ed541d7a8ca61a5;p=thirdparty%2FPython%2Fcpython.git Remove untrue statement from tutorial --- diff --git a/Doc/tutorial/interactive.rst b/Doc/tutorial/interactive.rst index ca0cfafb1291..5faaf96e81ef 100644 --- a/Doc/tutorial/interactive.rst +++ b/Doc/tutorial/interactive.rst @@ -123,10 +123,7 @@ interpreter. :: # bound to the Esc key by default (you can change it - see readline docs). # # Store the file in ~/.pystartup, and set an environment variable to point - # to it: "export PYTHONSTARTUP=/home/user/.pystartup" in bash. - # - # Note that PYTHONSTARTUP does *not* expand "~", so you have to put in the - # full path to your home directory. + # to it: "export PYTHONSTARTUP=~/.pystartup" in bash. import atexit import os