diff options
author | Erik Johnston <erik@matrix.org> | 2019-12-09 11:47:55 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-12-09 11:56:43 +0000 |
commit | 65b37f672927d0b88401d97a9f27f506eec0ca6d (patch) | |
tree | 862a1e932a3afbaf3e4b3dff084a8a047b4f78e9 | |
parent | Fix port db script (diff) | |
download | synapse-65b37f672927d0b88401d97a9f27f506eec0ca6d.tar.xz |
Fix comment
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-rw-r--r-- | synapse/storage/data_stores/__init__.py | 2 |
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) |