Commit 4db529a9 authored by Éric Araujo's avatar Éric Araujo

Remove untrue statement from tutorial

parent b9900cb4
...@@ -123,10 +123,7 @@ interpreter. :: ...@@ -123,10 +123,7 @@ interpreter. ::
# bound to the Esc key by default (you can change it - see readline docs). # 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 # Store the file in ~/.pystartup, and set an environment variable to point
# to it: "export PYTHONSTARTUP=/home/user/.pystartup" in bash. # to it: "export PYTHONSTARTUP=~/.pystartup" in bash.
#
# Note that PYTHONSTARTUP does *not* expand "~", so you have to put in the
# full path to your home directory.
import atexit import atexit
import os import os
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment