diff options
author | Roger Serwy <roger.serwy@gmail.com> | 2013-04-17 05:22:50 (GMT) |
---|---|---|
committer | Roger Serwy <roger.serwy@gmail.com> | 2013-04-17 05:22:50 (GMT) |
commit | 643ea53c140e2d2b3e21197fd87c1778131297d0 (patch) | |
tree | 8bef60f1373e85633d70dbdc4fe51cde4553d2af /Lib/idlelib | |
parent | a68c1ab5711b5bd0219d46f61ff85d4770708490 (diff) | |
download | cpython-643ea53c140e2d2b3e21197fd87c1778131297d0.zip cpython-643ea53c140e2d2b3e21197fd87c1778131297d0.tar.gz cpython-643ea53c140e2d2b3e21197fd87c1778131297d0.tar.bz2 |
#14735: Update IDLE docs to omit "Control-z on Windows".
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/help.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index 815ee40..919ac72 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -233,8 +233,7 @@ Completions: Python Shell window: Control-c interrupts executing command. - Control-d sends end-of-file; closes window if typed at >>> prompt - (this is Control-z on Windows). + Control-d sends end-of-file; closes window if typed at >>> prompt. Command history: |