summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-01-28 14:14:49 +0000
committerDavid Baker <dave@matrix.org>2015-01-28 14:14:49 +0000
commit6fde707addc29b6717fda9617a127093fb5b08ae (patch)
tree46ca0b1656e651cd4d51a6376802c8124f37d0ab
parentIt is 2015 (diff)
downloadsynapse-6fde707addc29b6717fda9617a127093fb5b08ae.tar.xz
doc style fix
-rw-r--r--synapse/push/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/push/__init__.py b/synapse/push/__init__.py

index 1cac5fff4e..10ac890482 100644 --- a/synapse/push/__init__.py +++ b/synapse/push/__init__.py
@@ -270,7 +270,7 @@ class Pusher(object): """ Overridden by implementing classes to actually deliver the notification Args: - p The event to notify for as a single event from the event stream + p: The event to notify for as a single event from the event stream Returns: If the notification was delivered, an array containing any pushkeys that were rejected by the push gateway. False if the notification could not be delivered (ie.