From 5fd7ee6eedbd86593c5ffbaea9e183367cf068e0 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 28 Jun 2017 20:44:18 +0200 Subject: [docs] fix the docstring since the implementation does not sign yet --- docs/keymanager/index.rst | 6 +++--- src/leap/bitmask/keymanager/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/keymanager/index.rst b/docs/keymanager/index.rst index b19f610e..287277df 100644 --- a/docs/keymanager/index.rst +++ b/docs/keymanager/index.rst @@ -34,7 +34,7 @@ only reach level 2 of what's contemplated in the spec. Sources of public keys ---------------------- -Currently bitmask can discover new public keys from different sources: +Currently Bitmask can discover new public keys from different sources: * Keys attached to incoming emails. Simple *.asc* attachments with the keys will be taken into account, like the ones produced by enigmail. @@ -53,10 +53,10 @@ Other methods are planned to be added in the future, like discovery from signatu emails or other kind of key servers. -Implementation: using Soledad documents +Implementation: using Soledad Documents --------------------------------------- -KeyManager uses two types of Soledad documents for the keyring: +KeyManager uses two types of Soledad Documents for the keyring: * key document, that stores each gpg key. diff --git a/src/leap/bitmask/keymanager/__init__.py b/src/leap/bitmask/keymanager/__init__.py index 5a76761a..2dd0d336 100644 --- a/src/leap/bitmask/keymanager/__init__.py +++ b/src/leap/bitmask/keymanager/__init__.py @@ -165,7 +165,7 @@ class KeyManager(object): """ Send user's key to provider. - Public key bound to user's is sent to provider, which will sign it and + Public key bound to user's is sent to provider, which will replace any prior keys for the same address in its database. :return: A Deferred which fires when the key is sent, or which fails -- cgit v1.2.3