docstrings and typos in "\utils\" and "\scripts\"
This commit is contained in:
parent
fea3e92573
commit
779ddbbbba
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ class ExtendedLoopingCall(LoopingCall):
|
||||||
"""
|
"""
|
||||||
Handle call rescheduling including nulling `start_delay` and
|
Handle call rescheduling including nulling `start_delay` and
|
||||||
stopping if number of repeats is reached.
|
stopping if number of repeats is reached.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
self.start_delay = None
|
self.start_delay = None
|
||||||
super(ExtendedLoopingCall, self)._reschedule()
|
super(ExtendedLoopingCall, self)._reschedule()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue