0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-26 19:49:01 +02:00

Update docstring per review comments

This commit is contained in:
Richard van der Hoff 2020-04-03 10:51:32 +01:00
parent af47264b78
commit fcc2de7a0c

View file

@ -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):