diff options
author | Erik Johnston <erik@matrix.org> | 2019-08-13 10:17:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-13 10:17:23 +0100 |
commit | fb3469f53ac86c4771caa9fdfc946eaa298977b9 (patch) | |
tree | 83f1b07587f49eb094a06bbf8023b66e0a7dbbc0 /synapse/storage | |
parent | Newsfile (diff) | |
download | synapse-fb3469f53ac86c4771caa9fdfc946eaa298977b9.tar.xz |
Clarify docstring
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/pusher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/pusher.py b/synapse/storage/pusher.py index 888035fe86..b431d24b8a 100644 --- a/synapse/storage/pusher.py +++ b/synapse/storage/pusher.py @@ -318,7 +318,7 @@ class PusherStore(PusherWorkerStore): last_success (int) 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( table="pushers", |