mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Issue #25523: Merge a-to-an corrections from 3.4.
This commit is contained in:
commit
a84f6c3dd3
34 changed files with 39 additions and 39 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue