aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/browser.py
diff options
context:
space:
mode:
authorterryjreedy <tjreedy@udel.edu>2017-07-04 22:41:12 -0400
committerGitHub <noreply@github.com>2017-07-04 22:41:12 -0400
commit2000150c569941584994ec4ec59171961209bec3 (patch)
tree2f76be33463c5def5cf7f34f4206438fe1f49f53 /Lib/idlelib/browser.py
parent7eb5883ac59833bf63f0e1f7fb95671a1ac1ee08 (diff)
downloadcpython-2000150c569941584994ec4ec59171961209bec3.tar.gz
cpython-2000150c569941584994ec4ec59171961209bec3.zip
bpo-21624: IDLE -- minor htest fixes (#2575)
Diffstat (limited to 'Lib/idlelib/browser.py')
-rw-r--r--Lib/idlelib/browser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/browser.py b/Lib/idlelib/browser.py
index ea05638df1a..73c251e76d3 100644
--- a/Lib/idlelib/browser.py
+++ b/Lib/idlelib/browser.py
@@ -215,7 +215,7 @@ class MethodBrowserTreeItem(TreeItem):
edit = file_open(self.file)
edit.gotoline(self.cl.methods[self.name])
-def _class_browser(parent): #Wrapper for htest
+def _class_browser(parent): # htest #
try:
file = __file__
except NameError: