From ad065fc8c9204e6d63b7fb69b1d9cf469812237f Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 4 May 2017 15:59:47 +0200 Subject: [doc] add attachments documentation --- client/src/leap/soledad/client/_document.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'client/src/leap/soledad') 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): -- cgit v1.2.3