fix thinko'd docstring

pull/2465/head
Matthew Hodgson 2017-09-22 15:34:14 +01:00 committed by GitHub
parent 3166ed55b2
commit f496399ac4
1 changed files with 1 additions and 1 deletions

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