diff options
| author | Ruben Pollan <meskio@sindominio.net> | 2014-10-20 18:35:11 -0500 | 
|---|---|---|
| committer | Ruben Pollan <meskio@sindominio.net> | 2014-10-23 11:12:38 -0500 | 
| commit | a5cf287dabc77b7172c2f058696cee1024ea3297 (patch) | |
| tree | dedc1d4d04149b026a5d15c4bb66aabc54193f71 | |
| parent | 3ebb6be0c628b3a2b45a28690b6b6dc1bb2ae850 (diff) | |
Update doc string of OpenPGPScheme._temporary_gpgwrapper
| -rw-r--r-- | src/leap/keymanager/openpgp.py | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/src/leap/keymanager/openpgp.py b/src/leap/keymanager/openpgp.py index 57a7754a..e84cd297 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 | 
