Clarify docstring

Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Erik Johnston 2019-08-13 10:17:23 +01:00 committed by GitHub
parent 312cc48e2b
commit fb3469f53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",