diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-06 11:09:38 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-06-06 11:09:38 +0100 |
commit | 7f08a3523a2018b66cd96cccf30602c8f687b495 (patch) | |
tree | 2035a88f5c8e720449f0073c26da5299c1485304 /synapse | |
parent | Newsfile (diff) | |
download | synapse-7f08a3523a2018b66cd96cccf30602c8f687b495.tar.xz |
Better words
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/stream.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/stream.py b/synapse/storage/stream.py index 0b5f5f9663..6f7f65d96b 100644 --- a/synapse/storage/stream.py +++ b/synapse/storage/stream.py @@ -592,7 +592,7 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore): ) def get_max_topological_token(self, room_id, stream_key): - """Get the max topological token in a room that before given stream + """Get the max topological token in a room before the given stream ordering. Args: |