summary refs log tree commit diff
path: root/synapse/replication/tcp/streams.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-03-31 11:19:24 +0100
committerErik Johnston <erik@matrix.org>2017-03-31 11:19:24 +0100
commitbfcf016714575edb0ad2c19b2f00694d62ca08ec (patch)
tree7138a029e500839ec5dfc15c361427a2f42cf3fe /synapse/replication/tcp/streams.py
parentRemove user from process_presence when stops syncing (diff)
downloadsynapse-bfcf016714575edb0ad2c19b2f00694d62ca08ec.tar.xz
Fix up docs
Diffstat (limited to 'synapse/replication/tcp/streams.py')
-rw-r--r--synapse/replication/tcp/streams.py4
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()