diff --git a/synapse/storage/receipts.py b/synapse/storage/receipts.py
index 33fc2b9b3198116712d933ddccfa243e1253b880..0ac665e96779ac9bc32c53b4bec8ee969c02743a 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