Clarify docstring
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>pull/5809/head
parent
312cc48e2b
commit
fb3469f53a
|
@ -318,7 +318,7 @@ class PusherStore(PusherWorkerStore):
|
||||||
last_success (int)
|
last_success (int)
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
Deferred[bool]: Whether the pusher stil exists or not.
|
Deferred[bool]: True if the pusher still exists; False if it has been deleted.
|
||||||
"""
|
"""
|
||||||
updated = yield self._simple_update(
|
updated = yield self._simple_update(
|
||||||
table="pushers",
|
table="pushers",
|
||||||
|
|
Loading…
Reference in New Issue