summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--synapse/storage/data_stores/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/data_stores/__init__.py b/synapse/storage/data_stores/__init__.py
index cecc04f03f..cafedd5c0d 100644
--- a/synapse/storage/data_stores/__init__.py
+++ b/synapse/storage/data_stores/__init__.py
@@ -24,7 +24,7 @@ class DataStores(object):
     """
 
     def __init__(self, main_store_class, db_conn, hs):
-        # Note we pass in the main store here as workers use a different main
+        # Note we pass in the main store class here as workers use a different main
         # store.
         database = Database(hs)