Commit 13858847 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Issue #24790: correct typo noticed by Eric Smith

parent c210a89d
......@@ -120,7 +120,7 @@ class VariablesTreeItem(ObjectTreeItem):
sublist.append(item)
return sublist
def keys(self): # unused, left for possible 3rd parcy use
def keys(self): # unused, left for possible 3rd party use
return list(self.object.keys())
def _stack_viewer(parent):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment