diff options
author | Éric Araujo <merwok@netwok.org> | 2011-03-25 23:50:16 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-03-25 23:50:16 (GMT) |
commit | 1c5df5d256eed64423329c9698bff64d706c9a4a (patch) | |
tree | 3844d284e1e2698f3bc1a68342d976e213a728c4 /Doc/tutorial | |
parent | 1103d05775b41191163379f191d184c6b8a4b1d0 (diff) | |
parent | f84eb5a38051e60c16b04d6db80f3dd1031f0ebd (diff) | |
download | cpython-1c5df5d256eed64423329c9698bff64d706c9a4a.zip cpython-1c5df5d256eed64423329c9698bff64d706c9a4a.tar.gz cpython-1c5df5d256eed64423329c9698bff64d706c9a4a.tar.bz2 |
Merge doc touchups from 3.1
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 |