diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-12-18 15:46:57 -0500 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-12-18 15:46:57 -0500 |
commit | 5aeadb3fba23cb3b1f5e32b6e327e86aae7abe01 (patch) | |
tree | a35a4a1ef5cdde241b4ce79af71b5bbf61bd4cea | |
parent | ce70132bc47fe5a80d2db51cb6e2695cb67e8ad3 (diff) | |
download | cpython-git-5aeadb3fba23cb3b1f5e32b6e327e86aae7abe01.tar.gz |
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 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. |