Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73c2194

Browse files
committed
Merge with 3.4
2 parents eb3849c + 8e92967 commit 73c2194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/StackViewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def setfunction(value, key=key, object=self.object):
120120
sublist.append(item)
121121
return sublist
122122

123-
def keys(self): # unused, left for possible 3rd parcy use
123+
def keys(self): # unused, left for possible 3rd party use
124124
return list(self.object.keys())
125125

126126
def _stack_viewer(parent):

0 commit comments

Comments
 (0)