doc style fix
This commit is contained in:
parent
5f2665320f
commit
6fde707add
|
@ -270,7 +270,7 @@ class Pusher(object):
|
||||||
"""
|
"""
|
||||||
Overridden by implementing classes to actually deliver the notification
|
Overridden by implementing classes to actually deliver the notification
|
||||||
Args:
|
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
|
Returns: If the notification was delivered, an array containing any
|
||||||
pushkeys that were rejected by the push gateway.
|
pushkeys that were rejected by the push gateway.
|
||||||
False if the notification could not be delivered (ie.
|
False if the notification could not be delivered (ie.
|
||||||
|
|
Loading…
Reference in New Issue