summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad/client/sqlcipher.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-03-14 02:09:01 -0400
committerKali Kaneko <kali@leap.se>2014-03-14 02:09:01 -0400
commit1a60f3616efef904917dd77a12170912defc7637 (patch)
tree157aceca146063c9f570ed00e26c1d5a924863d1 /client/src/leap/soledad/client/sqlcipher.py
parent4cd843205514aea4feedbe3d1bbb9fa0c90ab7bf (diff)
move encrypt/decrypt functions to crypto module
Diffstat (limited to 'client/src/leap/soledad/client/sqlcipher.py')
-rw-r--r--client/src/leap/soledad/client/sqlcipher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/leap/soledad/client/sqlcipher.py b/client/src/leap/soledad/client/sqlcipher.py
index 9183afac..c7cf79a2 100644
--- a/client/src/leap/soledad/client/sqlcipher.py
+++ b/client/src/leap/soledad/client/sqlcipher.py
@@ -392,7 +392,7 @@ class SQLCipherDatabase(sqlite_backend.SQLitePartialExpandDatabase):
:param url: The url of the target replica to sync with.
:type url: str
:param creds: optional dictionary giving credentials.
- to authorize the operation with the server.
+ to authorize the operation with the server.
:type creds: dict
"""
if self._syncer is None: