diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-12-18 20:47:28 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-12-18 20:47:28 (GMT) |
commit | de20bad224c61ee68f09bd4281b6bdf5fcac5e1c (patch) | |
tree | 4531a54d1cef52300c7d2e625242cdf3ac1fadc7 | |
parent | efb778a843afdd31d21e5468c67c19490f43eb58 (diff) | |
parent | efd7b34d7c4e401bbecb343da7c9506137a3b2fe (diff) | |
download | cpython-de20bad224c61ee68f09bd4281b6bdf5fcac5e1c.zip cpython-de20bad224c61ee68f09bd4281b6bdf5fcac5e1c.tar.gz cpython-de20bad224c61ee68f09bd4281b6bdf5fcac5e1c.tar.bz2 |
Merge with 3.5
-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. |