summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-12-18 20:46:52 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-12-18 20:46:52 (GMT)
commit6f3d5da36cb6f7a7472c69f92de16682e5a82620 (patch)
treed9f3144332765b2a7f263ab203e0ca3ea7a1d48d
parent3ea431dedf6791c92cfc740a4f96470e8103d603 (diff)
downloadcpython-6f3d5da36cb6f7a7472c69f92de16682e5a82620.zip
cpython-6f3d5da36cb6f7a7472c69f92de16682e5a82620.tar.gz
cpython-6f3d5da36cb6f7a7472c69f92de16682e5a82620.tar.bz2
Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK.
-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 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.