commit | f0564164bab43f078c9f84f334d72ddb0e69110c | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Sun May 08 13:48:10 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Sun May 08 13:48:10 2016 +0000 |
tree | c932a0e51179ab15c414b95f280815f0901ac71a | |
parent | 129fe04d4deec15f9ca0ee79776e0c4335fc12e7 [diff] [blame] |
Fix typos in comments, documentation and test method names
diff --git a/Lib/idlelib/ChangeLog b/Lib/idlelib/ChangeLog index 90e02f6..0c36664 100644 --- a/Lib/idlelib/ChangeLog +++ b/Lib/idlelib/ChangeLog
@@ -1574,7 +1574,7 @@ * 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>