summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-04-03 10:51:32 +0100
committerRichard van der Hoff <richard@matrix.org>2020-04-03 10:51:32 +0100
commitfcc2de7a0c0c7a02b935c4b35394f228a5d5a304 (patch)
tree7e25d748865df27d5e56703b0736adb548770404
parentreview comment (diff)
downloadsynapse-fcc2de7a0c0c7a02b935c4b35394f228a5d5a304.tar.xz
Update docstring per review comments
-rw-r--r--synapse/storage/background_updates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/background_updates.py b/synapse/storage/background_updates.py
index 510963eb7f..59f3394b0a 100644
--- a/synapse/storage/background_updates.py
+++ b/synapse/storage/background_updates.py
@@ -179,7 +179,7 @@ class BackgroundUpdater(object):
             desired_duration_ms(float): How long we want to spend
                 updating.
         Returns:
-            True if there is no more work to do, otherwise False
+            True if we have finished running all the background updates, otherwise False
         """
 
         def get_background_updates_txn(txn):