summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-12-18 15:47:28 -0500
committerTerry Jan Reedy <tjreedy@udel.edu>2015-12-18 15:47:28 -0500
commitde20bad224c61ee68f09bd4281b6bdf5fcac5e1c (patch)
tree4531a54d1cef52300c7d2e625242cdf3ac1fadc7
parentefb778a843afdd31d21e5468c67c19490f43eb58 (diff)
parentefd7b34d7c4e401bbecb343da7c9506137a3b2fe (diff)
downloadcpython-git-de20bad224c61ee68f09bd4281b6bdf5fcac5e1c.tar.gz
Merge with 3.5
-rw-r--r--Lib/idlelib/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/README.txt b/Lib/idlelib/README.txt
index b5663c25cf..7bf74c0fc4 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.