mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #25523: Further a-to-an corrections.
This commit is contained in:
parent
7462b64911
commit
d65c9496da
34 changed files with 39 additions and 39 deletions
|
@ -1117,7 +1117,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