summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-03-26 00:55:56 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-03-26 00:55:56 (GMT)
commit211643b67320b253a2f4f723ece4423559d28ebf (patch)
tree826cc12a97a74af609cec58912aee37276a6f4ff /Doc/tutorial
parent946f17214c5e344b4297d9d7f3d8abe2a399bb53 (diff)
parentf84eb5a38051e60c16b04d6db80f3dd1031f0ebd (diff)
downloadcpython-211643b67320b253a2f4f723ece4423559d28ebf.zip
cpython-211643b67320b253a2f4f723ece4423559d28ebf.tar.gz
cpython-211643b67320b253a2f4f723ece4423559d28ebf.tar.bz2
Branch merge
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/interactive.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/Doc/tutorial/interactive.rst b/Doc/tutorial/interactive.rst
index ca0cfaf..5faaf96 100644
--- a/Doc/tutorial/interactive.rst
+++ b/Doc/tutorial/interactive.rst
@@ -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