diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-12-18 20:47:13 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-12-18 20:47:13 (GMT) |
commit | efd7b34d7c4e401bbecb343da7c9506137a3b2fe (patch) | |
tree | 426795a07d1417b90c12eb7a269656f5d40cdbb8 | |
parent | d1f20d1cf3c591096dc7aa5a1403e80000d7fa11 (diff) | |
parent | 5aeadb3fba23cb3b1f5e32b6e327e86aae7abe01 (diff) | |
download | cpython-efd7b34d7c4e401bbecb343da7c9506137a3b2fe.zip cpython-efd7b34d7c4e401bbecb343da7c9506137a3b2fe.tar.gz cpython-efd7b34d7c4e401bbecb343da7c9506137a3b2fe.tar.bz2 |
Merge with 3.4
-rw-r--r-- | Lib/idlelib/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/README.txt b/Lib/idlelib/README.txt index b5663c2..7bf74c0 100644 --- a/Lib/idlelib/README.txt +++ b/Lib/idlelib/README.txt @@ -1,6 +1,6 @@ README.txt: an index to idlelib files and the IDLE menu. -IDLE is Python’s Integrated Development and Learning +IDLE is Python's Integrated Development and Learning Environment. The user documentation is part of the Library Reference and is available in IDLE by selecting Help => IDLE Help. This README documents idlelib for IDLE developers and curious users. |