diff options
author | Éric Araujo <merwok@netwok.org> | 2011-03-25 20:53:58 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-03-25 20:53:58 (GMT) |
commit | a464d4e608e8c81b6555b5210ed541d7a8ca61a5 (patch) | |
tree | ad94e029c44eb04971e8bb08f347b90ddb6cf726 /Doc/tutorial/interactive.rst | |
parent | 4dcf50250c24748b4a49bc4482752eb382d663ee (diff) | |
download | cpython-a464d4e608e8c81b6555b5210ed541d7a8ca61a5.zip cpython-a464d4e608e8c81b6555b5210ed541d7a8ca61a5.tar.gz cpython-a464d4e608e8c81b6555b5210ed541d7a8ca61a5.tar.bz2 |
Remove untrue statement from tutorial
Diffstat (limited to 'Doc/tutorial/interactive.rst')
-rw-r--r-- | Doc/tutorial/interactive.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Doc/tutorial/interactive.rst b/Doc/tutorial/interactive.rst index ca0cfaf..5faaf96 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 |