From c7e5afb9c375b260c65782ce72b10a7739ad3bbb Mon Sep 17 00:00:00 2001 From: Mohit Motiani Date: Mon, 18 Jul 2016 19:49:44 +0000 Subject: [PATCH] Fixed typo in reaper.py Change-Id: I9b98da30e5f934164e490beb4d6cde840f08832a --- swift/account/reaper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/account/reaper.py b/swift/account/reaper.py index 93e1608ae6..050db4e189 100644 --- a/swift/account/reaper.py +++ b/swift/account/reaper.py @@ -109,7 +109,7 @@ class AccountReaper(Daemon): def run_forever(self, *args, **kwargs): """Main entry point when running the reaper in normal daemon mode. - This repeatedly calls :func:`reap_once` no quicker than the + This repeatedly calls :func:`run_once` no quicker than the configuration interval. """ self.logger.debug('Daemon started.')