diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2017-11-05 07:37:50 -0600 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-11-05 15:37:50 +0200 |
commit | a5293b4ff2c1b5446947b4986f98ecf5d52432d4 (patch) | |
tree | be2f5e686be63814c02eabc61a899631ec7a08ac /Lib/idlelib/browser.py | |
parent | cf296537f164abeacd83011239881f75f290ed31 (diff) | |
download | cpython-git-a5293b4ff2c1b5446947b4986f98ecf5d52432d4.tar.gz |
Fix miscellaneous typos (#4275)
Diffstat (limited to 'Lib/idlelib/browser.py')
-rw-r--r-- | Lib/idlelib/browser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/browser.py b/Lib/idlelib/browser.py index a185ed584a..79eaeb7eb4 100644 --- a/Lib/idlelib/browser.py +++ b/Lib/idlelib/browser.py @@ -58,7 +58,7 @@ class ModuleBrowser: """Browse module classes and functions in IDLE. """ # This class is also the base class for pathbrowser.PathBrowser. - # Init and close are inherited, other methods are overriden. + # Init and close are inherited, other methods are overridden. # PathBrowser.__init__ does not call __init__ below. def __init__(self, master, path, *, _htest=False, _utest=False): |