summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-12-09 11:47:55 +0000
committerErik Johnston <erik@matrix.org>2019-12-09 11:56:43 +0000
commit65b37f672927d0b88401d97a9f27f506eec0ca6d (patch)
tree862a1e932a3afbaf3e4b3dff084a8a047b4f78e9 /synapse/storage
parentFix port db script (diff)
downloadsynapse-65b37f672927d0b88401d97a9f27f506eec0ca6d.tar.xz
Fix comment
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'synapse/storage')
-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)