diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-03-26 01:26:08 +0100 |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-03-26 01:26:08 +0100 |
| commit | 10ab95a2717335d99451760699fed92f731dc5da (patch) | |
| tree | 7f8760b109f1225ce597956f06ef7ce79b6a7501 | |
| parent | 8bea9a5b13330ea0f18652cdfec3ae15488d7e9d (diff) | |
| download | cpython-git-10ab95a2717335d99451760699fed92f731dc5da.tar.gz | |
Remove untrue statement from tutorial
| -rw-r--r-- | Doc/tutorial/interactive.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Doc/tutorial/interactive.rst b/Doc/tutorial/interactive.rst index ca0cfafb12..5faaf96e81 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 |
