瀏覽代碼

Fix comment

Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Erik Johnston 4 年之前
父節點
當前提交
65b37f6729
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      synapse/storage/data_stores/__init__.py

+ 1 - 1
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)