]> granicus.if.org Git - python/commitdiff
Make a path more Unix-standardy.
authorGeorg Brandl <georg@python.org>
Sat, 20 Oct 2007 15:21:22 +0000 (15:21 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 20 Oct 2007 15:21:22 +0000 (15:21 +0000)
Doc/tutorial/interactive.rst

index 8eeca2a47cfc6c67a106858b9b18c7471be2033e..6a439bde12ace7721cecb418c458eb158955fc69 100644 (file)
@@ -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.