From: Terry Jan Reedy Date: Fri, 18 Dec 2015 20:46:57 +0000 (-0500) Subject: Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK. X-Git-Tag: v3.4.5rc1~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5aeadb3fba23cb3b1f5e32b6e327e86aae7abe01;p=python Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK. --- 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.