diff --git a/synapse/push/__init__.py b/synapse/push/__init__.py index ba1aac30fb8bbb43bb964e93382d746f1c9d06f2..086010427f77cdd7fe2047fbe6338bf1ebfebe7d 100644 --- a/synapse/push/__init__.py +++ b/synapse/push/__init__.py @@ -121,7 +121,7 @@ class Pusher(object): ev, c, display_name=my_display_name, room_member_count=room_member_count ) - # ignore rules with no actions (we have an explict 'dont_notify' + # ignore rules with no actions (we have an explict 'dont_notify') if len(actions) == 0: logger.warn( "Ignoring rule id %s with no actions for user %s" %