Issue #25523: Merge a-to-an corrections from 3.5.

This commit is contained in:
Serhiy Storchaka 2015-11-02 14:44:29 +02:00
commit 4a7c03aab4
36 changed files with 43 additions and 43 deletions

View file

@ -1123,7 +1123,7 @@ class Misc:
return self._bind(('bind', className), sequence, func, add, 0)
def unbind_class(self, className, sequence):
"""Unbind for a all widgets with bindtag CLASSNAME for event SEQUENCE
"""Unbind for all widgets with bindtag CLASSNAME for event SEQUENCE
all functions."""
self.tk.call('bind', className , sequence, '')
def mainloop(self, n=0):