diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-08 14:02:35 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-08 14:02:35 +0000 |
commit | 1ce738e08f147beb724f22a9411724a955cd418d (patch) | |
tree | 9c2b84d7b81d1117159dd791094994d96094077e /Lib/idlelib | |
parent | cc22984d9e5e5357212db2eb1841f93e75fe75f5 (diff) | |
parent | 4c35964b764540988bfb342bffc7c4b1cb674031 (diff) | |
download | cpython-git-1ce738e08f147beb724f22a9411724a955cd418d.tar.gz |
Merge typo fixes from 3.5
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/ChangeLog b/Lib/idlelib/ChangeLog index 90e02f6400..0c36664512 100644 --- a/Lib/idlelib/ChangeLog +++ b/Lib/idlelib/ChangeLog @@ -1574,7 +1574,7 @@ Mon Oct 12 23:59:27 1998 Guido van Rossum <guido@cnri.reston.va.us> * Attic/PopupMenu.py: Pass a root to the help window. * SearchBinding.py: - Add parent argument to 'to to line number' dialog box. + Add parent argument to 'go to line number' dialog box. Sat Oct 10 19:15:32 1998 Guido van Rossum <guido@cnri.reston.va.us> |