fix thinko'd docstring

This commit is contained in:
Matthew Hodgson 2017-09-22 15:34:14 +01:00 committed by GitHub
parent 3166ed55b2
commit f496399ac4

View file

@ -19,7 +19,7 @@ def check_event_for_spam(event):
If the server considers an event spammy, then it will be rejected if
sent by a local user. If it is sent by a user on another server, then
users
users receive a blank event.
Args:
event (synapse.events.EventBase): the event to be checked