diff options
author | Éric Araujo <merwok@netwok.org> | 2011-03-25 23:47:47 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-03-25 23:47:47 (GMT) |
commit | f84eb5a38051e60c16b04d6db80f3dd1031f0ebd (patch) | |
tree | 8c12d7a9c887137973f24bb6e412d20b04fe2dd8 /Doc/tutorial/interactive.rst | |
parent | b9a428d57de898271bf160f736bbae7e2538bc41 (diff) | |
parent | 5ab477695c5049effddab07db49b9363fc26917b (diff) | |
download | cpython-f84eb5a38051e60c16b04d6db80f3dd1031f0ebd.zip cpython-f84eb5a38051e60c16b04d6db80f3dd1031f0ebd.tar.gz cpython-f84eb5a38051e60c16b04d6db80f3dd1031f0ebd.tar.bz2 |
Branch merge
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 |