Skip to content
Snippets Groups Projects
Commit f496399a authored by Matthew Hodgson's avatar Matthew Hodgson Committed by GitHub
Browse files

fix thinko'd docstring

parent 3166ed55
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ def check_event_for_spam(event): ...@@ -19,7 +19,7 @@ def check_event_for_spam(event):
If the server considers an event spammy, then it will be rejected if 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 sent by a local user. If it is sent by a user on another server, then
users users receive a blank event.
Args: Args:
event (synapse.events.EventBase): the event to be checked event (synapse.events.EventBase): the event to be checked
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment