[git] GPGME - branch, ben/howto-dita, updated. gpgme-1.11.1-13-g27ae87c

by Ben McGinnes cvs at cvs.gnupg.org
Wed May 23 01:37:19 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, ben/howto-dita has been updated
       via  27ae87c7cf2c3de0ddb3a541dd582972717cc307 (commit)
      from  94a0f663760c01ca15c0801ef86b9417da3314e8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 27ae87c7cf2c3de0ddb3a541dd582972717cc307
Author: Ben McGinnes <ben at adversary.org>
Date:   Wed May 23 09:34:48 2018 +1000

    docs: python bindings howto DITA version
    
    * Fixed a typographical error in the key certification example.

diff --git a/lang/python/docs/dita/howto/part05/certification.dita b/lang/python/docs/dita/howto/part05/certification.dita
index a764e10..a229901 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 <dm at secret.example.net>"
 
 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>

-----------------------------------------------------------------------

Summary of changes:
 lang/python/docs/dita/howto/part05/certification.dita | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list