summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/stats.py b/synapse/storage/stats.py
index 4e0a3d4f6e..095924cae6 100644
--- a/synapse/storage/stats.py
+++ b/synapse/storage/stats.py
@@ -68,7 +68,7 @@ class StatsStore(StateDeltasStore):
             ts: the timestamp to quantise, in seconds since the Unix Epoch
 
         Returns:
-            a timestamp which
+            int: a timestamp which
               - is divisible by the bucket size;
               - is no later than `ts`; and
               - is the largest such timestamp.