diff options
author | drebs <drebs@leap.se> | 2013-03-23 14:20:33 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-03-23 14:20:33 -0300 |
commit | b35bf4d5a68b3bf75fc37ca35315ea15cc4f5134 (patch) | |
tree | f007db400c547fbad8bd4b627cd630351c821632 /src/leap/soledad/shared_db.py | |
parent | 3fffd731552426c67d1255fd5ba3b4a36964efe4 (diff) |
Fix some comments.
Diffstat (limited to 'src/leap/soledad/shared_db.py')
-rw-r--r-- | src/leap/soledad/shared_db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/soledad/shared_db.py b/src/leap/soledad/shared_db.py index 27018701..275ed269 100644 --- a/src/leap/soledad/shared_db.py +++ b/src/leap/soledad/shared_db.py @@ -32,7 +32,7 @@ class Unauthorized(Exception): class SoledadSharedDatabase(http_database.HTTPDatabase): """ - This is a shared HTTP database that holds users' encrypted keys. + This is a shared remote database that holds users' encrypted keys. An authorization token is attached to every request other than get_doc_unauth, which has the purpose of retrieving encrypted content from |