Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a464d4e

Browse files
committed
Remove untrue statement from tutorial
1 parent 4dcf502 commit a464d4e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Doc/tutorial/interactive.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,7 @@ interpreter. ::
123123
# bound to the Esc key by default (you can change it - see readline docs).
124124
#
125125
# Store the file in ~/.pystartup, and set an environment variable to point
126-
# to it: "export PYTHONSTARTUP=/home/user/.pystartup" in bash.
127-
#
128-
# Note that PYTHONSTARTUP does *not* expand "~", so you have to put in the
129-
# full path to your home directory.
126+
# to it: "export PYTHONSTARTUP=~/.pystartup" in bash.
130127

131128
import atexit
132129
import os

0 commit comments

Comments
 (0)