diff options
author | David Baker <dave@matrix.org> | 2015-01-28 14:14:49 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-01-28 14:14:49 +0000 |
commit | 6fde707addc29b6717fda9617a127093fb5b08ae (patch) | |
tree | 46ca0b1656e651cd4d51a6376802c8124f37d0ab /synapse/push/__init__.py | |
parent | It is 2015 (diff) | |
download | synapse-6fde707addc29b6717fda9617a127093fb5b08ae.tar.xz |
doc style fix
Diffstat (limited to 'synapse/push/__init__.py')
-rw-r--r-- | synapse/push/__init__.py | 2 |
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. |