From 22247f658ce2f8e527c26746358cfc2643c4832f Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Sun, 25 Mar 2018 10:01:14 +1100 Subject: [PATCH] doc: python bindings howto * Fixed the plaintext, result and verify_result references in the decryption section. --- lang/python/docs/GPGMEpythonHOWTOen.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/docs/GPGMEpythonHOWTOen.org b/lang/python/docs/GPGMEpythonHOWTOen.org index 1e8dd9fa..4d1124f0 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