diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2018-06-10 18:57:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-10 18:57:38 (GMT) |
commit | 820c53ac612e9c4b3cb3e831537a15d5e953bbc0 (patch) | |
tree | 715a25768703a050da889154d5d130668a6d4a4b /Doc | |
parent | 222f7f40339238b3d2c803849c75e682725449d7 (diff) | |
download | cpython-820c53ac612e9c4b3cb3e831537a15d5e953bbc0.zip cpython-820c53ac612e9c4b3cb3e831537a15d5e953bbc0.tar.gz cpython-820c53ac612e9c4b3cb3e831537a15d5e953bbc0.tar.bz2 |
bpo-33820: Fix IDLE What's New typo (#7594)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 3feca6c..091481d 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -1177,7 +1177,7 @@ Editor code context option revised. Box displays all context lines up to maxlines. Clicking on a context line jumps the editor to that line. Context colors for custom themes is added to Highlights tab of Settings dialog. (Contributed by Cheryl Sabella and Terry Jan Reedy in :issue:`33642`, -:issue:`33768`, and :issue:`33679`, +:issue:`33768`, and :issue:`33679`) importlib |