mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Remove untrue statement from tutorial
This commit is contained in:
parent
4dcf50250c
commit
a464d4e608
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue