]> granicus.if.org Git - python/commitdiff
Remove untrue statement from tutorial
authorÉric Araujo <merwok@netwok.org>
Fri, 25 Mar 2011 20:53:58 +0000 (21:53 +0100)
committerÉric Araujo <merwok@netwok.org>
Fri, 25 Mar 2011 20:53:58 +0000 (21:53 +0100)
Doc/tutorial/interactive.rst

index ca0cfafb12916a7a8695aff5ca7fae2cd461a0c4..5faaf96e81ef1a4ed8857d910f7d7b89071e88d3 100644 (file)
@@ -123,10 +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=/home/user/.pystartup" in bash.
-   #
-   # Note that PYTHONSTARTUP does *not* expand "~", so you have to put in the
-   # full path to your home directory.
+   # to it:  "export PYTHONSTARTUP=~/.pystartup" in bash.
 
    import atexit
    import os