diff options
author | Ben McGinnes <[email protected]> | 2018-05-22 23:34:48 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-05-22 23:34:48 +0000 |
commit | 27ae87c7cf2c3de0ddb3a541dd582972717cc307 (patch) | |
tree | d10823122ba107ce0634e3b6d196df13d0024ee9 | |
parent | docs: python bindings howto DITA (diff) | |
download | gpgme-27ae87c7cf2c3de0ddb3a541dd582972717cc307.tar.gz gpgme-27ae87c7cf2c3de0ddb3a541dd582972717cc307.zip |
docs: python bindings howto DITA version
* Fixed a typographical error in the key certification example.
-rw-r--r-- | lang/python/docs/dita/howto/part05/certification.dita | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/docs/dita/howto/part05/certification.dita b/lang/python/docs/dita/howto/part05/certification.dita index a764e10b..a2299013 100644 --- a/lang/python/docs/dita/howto/part05/certification.dita +++ b/lang/python/docs/dita/howto/part05/certification.dita @@ -28,7 +28,7 @@ uid = "Danger Mouse <[email protected]>" dmfpr = "177B7C25DB99745EE2EE13ED026D2F19E99E63AA" key = c.get_key(dmfpr, secret=True) -c.key_sign(key, uidsuid, expires_in=2764800) +c.key_sign(key, uids=uid, expires_in=2764800) </codeblock> </p> </body> |