diff options
author | Georg Brandl <georg@python.org> | 2007-10-20 15:21:22 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-10-20 15:21:22 (GMT) |
commit | e36a652d0c154b76f620c9a9df7b1fbc51fd90ef (patch) | |
tree | c43f4b94e89ea12a3239abd441e0f80e337c4437 /Doc | |
parent | dd197e95c7ce9fca2438aeee32c6a9741b4f500f (diff) | |
download | cpython-e36a652d0c154b76f620c9a9df7b1fbc51fd90ef.zip cpython-e36a652d0c154b76f620c9a9df7b1fbc51fd90ef.tar.gz cpython-e36a652d0c154b76f620c9a9df7b1fbc51fd90ef.tar.bz2 |
Make a path more Unix-standardy.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tutorial/interactive.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/interactive.rst b/Doc/tutorial/interactive.rst index 8eeca2a..6a439bd 100644 --- a/Doc/tutorial/interactive.rst +++ b/Doc/tutorial/interactive.rst @@ -123,7 +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=/max/home/itamar/.pystartup" in bash. + # 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. |