summary refs log tree commit diff
path: root/synapse/events/spamcheck.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@arasphere.net>2017-09-22 15:34:14 +0100
committerGitHub <noreply@github.com>2017-09-22 15:34:14 +0100
commitf496399ac4a54410a88d3aba8fe66b54e74bc3cf (patch)
tree8a1547df73fb01c520d0a4216034d7fc0b23deaf /synapse/events/spamcheck.py
parentFix device list when rejoining room (#2461) (diff)
downloadsynapse-f496399ac4a54410a88d3aba8fe66b54e74bc3cf.tar.xz
fix thinko'd docstring
Diffstat (limited to '')
-rw-r--r--synapse/events/spamcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/events/spamcheck.py b/synapse/events/spamcheck.py
index 3eb4eab26a..56fa9e556e 100644
--- a/synapse/events/spamcheck.py
+++ b/synapse/events/spamcheck.py
@@ -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