diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-08-30 20:58:01 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-08-30 20:58:01 (GMT) |
commit | 3399e1e38cfb141d71551cb95db3ee8ab1797674 (patch) | |
tree | a56564661ef988a4976ca2d17d9a4cb5169169f6 /Doc | |
parent | 624e2226046e20251fc27f91061ef5176b800c33 (diff) | |
download | cpython-3399e1e38cfb141d71551cb95db3ee8ab1797674.zip cpython-3399e1e38cfb141d71551cb95db3ee8ab1797674.tar.gz cpython-3399e1e38cfb141d71551cb95db3ee8ab1797674.tar.bz2 |
? Working Directory ?
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/idle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 0b8171d..ffe8426 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -531,7 +531,7 @@ Command line usage -c command run command in the shell window -d enable debugger and open shell window -e open editor window - -h print help message with legal combinatios and exit + -h print help message with legal combinations and exit -i open shell window -r file run file in shell window -s run $IDLESTARTUP or $PYTHONSTARTUP first, in shell window |