From: Georg Brandl Date: Sat, 20 Oct 2007 15:21:22 +0000 (+0000) Subject: Make a path more Unix-standardy. X-Git-Tag: v2.6a1~1161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e36a652d0c154b76f620c9a9df7b1fbc51fd90ef;p=python Make a path more Unix-standardy. --- 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.