summaryrefslogtreecommitdiff
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-10-20 15:21:22 +0000
committerGeorg Brandl <georg@python.org>2007-10-20 15:21:22 +0000
commitad9cbd0ec38a16efdef62dc8112b80ae65f36a12 (patch)
tree3fcfed668a48dcc9ac50036efe83766b5874e16b /Doc/tutorial
parent8d8ef12e172e4a96b0997fdf24ae89f3cd9cfe67 (diff)
downloadcpython-ad9cbd0ec38a16efdef62dc8112b80ae65f36a12.tar.gz
Make a path more Unix-standardy.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/interactive.rst2
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.