mirror of https://github.com/python/cpython
Issue #24790: correct typo noticed by Eric Smith
This commit is contained in:
parent
2050a1061f
commit
8e9296702a
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue