This commit is contained in:
Erik Johnston 2020-05-13 10:37:11 +01:00
parent 782e4e64df
commit 00ba9c48bf
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@ class DeltaState:
class PersistEventsStore:
"""Contains all the functions for writing events to the database.
Should only be instansiated on one process (when using a worker mode setup).
Should only be instantiated on one process (when using a worker mode setup).
Note: This is not part of the `DataStore` mixin.
"""