diff options
| -rw-r--r-- | common/src/leap/soledad/common/couch.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/src/leap/soledad/common/couch.py b/common/src/leap/soledad/common/couch.py index 9fb717c2..a7828e98 100644 --- a/common/src/leap/soledad/common/couch.py +++ b/common/src/leap/soledad/common/couch.py @@ -353,7 +353,7 @@ class CouchDatabase(CommonBackend):                       release_fun):              """              :param db: The database from where to get the document. -            :type db: u1db.Database +            :type db: CouchDatabase              :param doc_id: The doc_id of the document to be retrieved.              :type doc_id: str              :param check_for_conflicts: Whether the get_doc() method should | 
