diff options
author | drebs <drebs@leap.se> | 2014-03-10 15:11:02 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-03-11 09:41:34 -0300 |
commit | e5664fb1046e71589d0c41cd605761cc642ff28b (patch) | |
tree | 00bb495df23d7f826bebe85fb500501ca8f460b3 /client/src/leap | |
parent | 49b69191522d91165327db9e2805dd675a317b0f (diff) |
Fix docstring typo.
Diffstat (limited to 'client/src/leap')
-rw-r--r-- | client/src/leap/soledad/client/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/leap/soledad/client/__init__.py b/client/src/leap/soledad/client/__init__.py index b5ce7c32..a8d68c88 100644 --- a/client/src/leap/soledad/client/__init__.py +++ b/client/src/leap/soledad/client/__init__.py @@ -778,7 +778,7 @@ class Soledad(object): ============================== WARNING ============================== This method converts the document's contents to unicode in-place. This - meanse that after calling C{put_doc(doc)}, the contents of the + means that after calling C{put_doc(doc)}, the contents of the document, i.e. C{doc.content}, might be different from before the call. ============================== WARNING ============================== |