diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/leap/soledad/client/_document.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/leap/soledad/client/_document.py b/client/src/leap/soledad/client/_document.py index 89e75fa2..38026f20 100644 --- a/client/src/leap/soledad/client/_document.py +++ b/client/src/leap/soledad/client/_document.py @@ -107,8 +107,9 @@ class IDocumentWithAttachment(Interface): Return whether this document's content differs from the contents stored in local database. - :return: Whether this document is dirty or not. - :rtype: bool + :return: A deferred which fires with True or False, depending on + whether this document is dirty or not. + :rtype: Deferred """ def upload_attachment(self): |