diff --git a/synapse/handlers/message.py b/synapse/handlers/message.py index aa0497c717..68b84b1410 100644 --- a/synapse/handlers/message.py +++ b/synapse/handlers/message.py @@ -888,7 +888,7 @@ class EventCreationHandler(object): """Called when we have fully built the event, have already calculated the push actions for the event, and checked auth. - This should only be run on instance in charge of persisting events. + This should only be run on the instance in charge of persisting events. """ assert self.config.worker.writers.events == self._instance_name