diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2019-08-20 15:02:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-20 15:02:49 +0100 |
commit | b5573c0ffb97059f672d465be7dd38c94854411d (patch) | |
tree | f12f137aea1df9c0bd354702b81440be01b09773 | |
parent | Ack, isort! (diff) | |
download | synapse-b5573c0ffb97059f672d465be7dd38c94854411d.tar.xz |
Update synapse/storage/stats.py
Co-Authored-By: Erik Johnston <erik@matrix.org>
-rw-r--r-- | synapse/storage/stats.py | 2 |
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. |