diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-12-18 20:46:57 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-12-18 20:46:57 (GMT) |
commit | 5aeadb3fba23cb3b1f5e32b6e327e86aae7abe01 (patch) | |
tree | a35a4a1ef5cdde241b4ce79af71b5bbf61bd4cea | |
parent | ce70132bc47fe5a80d2db51cb6e2695cb67e8ad3 (diff) | |
download | cpython-5aeadb3fba23cb3b1f5e32b6e327e86aae7abe01.zip cpython-5aeadb3fba23cb3b1f5e32b6e327e86aae7abe01.tar.gz cpython-5aeadb3fba23cb3b1f5e32b6e327e86aae7abe01.tar.bz2 |
Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK.
-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. |