summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-07-12 09:45:37 +0100
committerErik Johnston <erik@matrix.org>2018-07-12 09:45:37 +0100
commitaff1dfdf3decdd3ed60d7d8de8d2b07904f39d2b (patch)
treefdee8c47d7b2608696728db2388147fde403888a /synapse/storage
parentUse 'is not None' and add comments (diff)
downloadsynapse-aff1dfdf3decdd3ed60d7d8de8d2b07904f39d2b.tar.xz
Update return value docstring
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/receipts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/receipts.py b/synapse/storage/receipts.py
index 33fc2b9b31..0ac665e967 100644
--- a/synapse/storage/receipts.py
+++ b/synapse/storage/receipts.py
@@ -163,7 +163,7 @@ class ReceiptsWorkerStore(SQLBaseStore):
                 from the start.
 
         Returns:
-            list: A list of receipts.
+            Deferred[list]: A list of receipts.
         """
         if from_key is not None:
             # Check the cache first to see if any new receipts have been added