summaryrefslogtreecommitdiff
path: root/src/leap
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap')
-rw-r--r--src/leap/keymanager/openpgp.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/leap/keymanager/openpgp.py b/src/leap/keymanager/openpgp.py
index 57a7754..e84cd29 100644
--- a/src/leap/keymanager/openpgp.py
+++ b/src/leap/keymanager/openpgp.py
@@ -452,10 +452,8 @@ class OpenPGPScheme(EncryptionScheme):
Return a gpg wrapper that implements the context manager protocol and
contains C{keys}.
- :param key_data: ASCII armored key data.
- :type key_data: str
- :param gpgbinary: Name for GnuPG binary executable.
- :type gpgbinary: C{str}
+ :param keys: keys to conform the keyring.
+ :type key: list(OpenPGPKey)
:return: a TempGPGWrapper instance
:rtype: TempGPGWrapper