diff options
author | Erik Johnston <erik@matrix.org> | 2017-03-31 11:19:24 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-03-31 11:19:24 +0100 |
commit | bfcf016714575edb0ad2c19b2f00694d62ca08ec (patch) | |
tree | 7138a029e500839ec5dfc15c361427a2f42cf3fe /synapse/replication/tcp/streams.py | |
parent | Remove user from process_presence when stops syncing (diff) | |
download | synapse-bfcf016714575edb0ad2c19b2f00694d62ca08ec.tar.xz |
Fix up docs
Diffstat (limited to 'synapse/replication/tcp/streams.py')
-rw-r--r-- | synapse/replication/tcp/streams.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/replication/tcp/streams.py b/synapse/replication/tcp/streams.py index 07adf9412e..fada40c6ef 100644 --- a/synapse/replication/tcp/streams.py +++ b/synapse/replication/tcp/streams.py @@ -154,8 +154,8 @@ class Stream(object): True then limit is provided, otherwise it's not. Returns: - list(tuple): the first entry in the tuple is the token for that - update, and the rest of the tuple gets used to construct + Deferred(list(tuple)): the first entry in the tuple is the token for + that update, and the rest of the tuple gets used to construct a ``ROW_TYPE`` instance """ raise NotImplementedError() |