[Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5

terry.reedy python-checkins at python.org
Thu Aug 27 19:03:36 CEST 2015


https://hg.python.org/cpython/rev/b0e3eef95d3e
changeset:   97528:b0e3eef95d3e
parent:      97524:a150c7158ff2
parent:      97527:8270cf851d04
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Thu Aug 27 13:02:47 2015 -0400
summary:
  Merge with 3.5

files:
  Lib/idlelib/StackViewer.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/idlelib/StackViewer.py b/Lib/idlelib/StackViewer.py
--- a/Lib/idlelib/StackViewer.py
+++ b/Lib/idlelib/StackViewer.py
@@ -120,7 +120,7 @@
             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):

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list