diff options
author | Georg Brandl <georg@python.org> | 2007-10-20 15:21:22 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-10-20 15:21:22 +0000 |
commit | ad9cbd0ec38a16efdef62dc8112b80ae65f36a12 (patch) | |
tree | 3fcfed668a48dcc9ac50036efe83766b5874e16b /Doc/tutorial | |
parent | 8d8ef12e172e4a96b0997fdf24ae89f3cd9cfe67 (diff) | |
download | cpython-ad9cbd0ec38a16efdef62dc8112b80ae65f36a12.tar.gz |
Make a path more Unix-standardy.
Diffstat (limited to 'Doc/tutorial')
-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 8eeca2a47c..6a439bde12 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. |