From 779ddbbbbae226d74d33b114be487bbc72394fd1 Mon Sep 17 00:00:00 2001 From: tajmone Date: Mon, 9 Mar 2015 11:06:48 +0100 Subject: [PATCH] docstrings and typos in "\utils\" and "\scripts\" --- evennia/scripts/scripts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evennia/scripts/scripts.py b/evennia/scripts/scripts.py index ebdb133dd9..ab7c9bbe97 100644 --- a/evennia/scripts/scripts.py +++ b/evennia/scripts/scripts.py @@ -97,6 +97,7 @@ class ExtendedLoopingCall(LoopingCall): """ Handle call rescheduling including nulling `start_delay` and stopping if number of repeats is reached. + """ self.start_delay = None super(ExtendedLoopingCall, self)._reschedule()