diff options
author | Éric Araujo <merwok@netwok.org> | 2011-03-26 01:00:51 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-03-26 01:00:51 (GMT) |
commit | 5c1da90f8cf0172cfb6591f1a37e436f3eef808c (patch) | |
tree | ff229aaef324b1f03f3b6686036f6052b904d867 /Doc/tutorial | |
parent | 4e4edf5e784cd2ba746f64e3b8379bc725c0abb5 (diff) | |
parent | b39b1967cec1cab582cfe161d935521774fceaf7 (diff) | |
download | cpython-5c1da90f8cf0172cfb6591f1a37e436f3eef808c.zip cpython-5c1da90f8cf0172cfb6591f1a37e436f3eef808c.tar.gz cpython-5c1da90f8cf0172cfb6591f1a37e436f3eef808c.tar.bz2 |
Merge 3.2
Diffstat (limited to 'Doc/tutorial')
-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 |