Fix whitespace, delete extra '.'
This commit is contained in:
parent
597ef39042
commit
082db44f9e
|
@ -1387,7 +1387,7 @@ class Misc:
|
|||
def unbind(self, sequence, funcid=None):
|
||||
"""Unbind for this widget the event SEQUENCE.
|
||||
|
||||
If FUNCID is given, only unbind the function identified with FUNCID.
|
||||
If FUNCID is given, only unbind the function identified with FUNCID
|
||||
and also delete that command.
|
||||
"""
|
||||
if funcid is None:
|
||||
|
@ -1399,7 +1399,6 @@ class Misc:
|
|||
self.tk.call('bind', self._w, sequence, keep)
|
||||
self.deletecommand(funcid)
|
||||
|
||||
|
||||
def bind_all(self, sequence=None, func=None, add=None):
|
||||
"""Bind to all widgets at an event SEQUENCE a call to function FUNC.
|
||||
An additional boolean parameter ADD specifies whether FUNC will
|
||||
|
|
Loading…
Reference in New Issue