Fixed typo in reaper.py

Change-Id: I9b98da30e5f934164e490beb4d6cde840f08832a
This commit is contained in:
Mohit Motiani
2016-07-18 19:49:44 +00:00
parent 5ace495562
commit c7e5afb9c3

View File

@@ -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.')