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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5aeadb3fba23cb3b1f5e32b6e327e86aae7abe01;p=thirdparty%2FPython%2Fcpython.git Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK. --- diff --git a/Lib/idlelib/README.txt b/Lib/idlelib/README.txt index b5663c25cfeb..7bf74c0fc4ad 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.