[git] GPGME - branch, howto-update-01, created. gpgme-1.10.0-161-g22247f6
by Ben McGinnes
cvs at cvs.gnupg.org
Sun Mar 25 00:03:52 CET 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, howto-update-01 has been created
at 22247f658ce2f8e527c26746358cfc2643c4832f (commit)
- Log -----------------------------------------------------------------
commit 22247f658ce2f8e527c26746358cfc2643c4832f
Author: Ben McGinnes <ben at adversary.org>
Date: Sun Mar 25 10:01:14 2018 +1100
doc: python bindings howto
* Fixed the plaintext, result and verify_result references in the
decryption section.
diff --git a/lang/python/docs/GPGMEpythonHOWTOen.org b/lang/python/docs/GPGMEpythonHOWTOen.org
index 1e8dd9f..4d1124f 100644
--- a/lang/python/docs/GPGMEpythonHOWTOen.org
+++ b/lang/python/docs/GPGMEpythonHOWTOen.org
@@ -675,10 +675,10 @@
nfile.write(plaintext)
#+end_src
- The data available in plaintext in this example is the decrypted
- content as a byte object in =plaintext[0]=, the recipient key IDs
- and algorithms in =plaintext[1]= and the results of verifying any
- signatures of the data in =plaintext[0]=.
+ The data available in =plaintext= in this example is the decrypted
+ content as a byte object, the recipient key IDs and algorithms in
+ =result= and the results of verifying any signatures of the data in
+ =verify_result=.
** Signing text and files
-----------------------------------------------------------------------
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list