diff options
author | drebs <drebs@leap.se> | 2014-04-07 14:55:26 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-04-09 14:44:12 -0300 |
commit | 764fb1e8060cb7169744dd6602d2550ad0c02178 (patch) | |
tree | c8772641afed586514b7dbd8308463f870f3fc00 /common/src/leap/soledad | |
parent | 45ffe1dd22d6e902a7e8eeca786b7ad63ec1d139 (diff) |
Fix class doc.
Diffstat (limited to 'common/src/leap/soledad')
-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 |