mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #24790: correct typo noticed by Eric Smith
This commit is contained in:
parent
2050a1061f
commit
8e9296702a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue