diff options
author | Ben McGinnes <[email protected]> | 2018-03-24 23:01:14 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-03-24 23:01:14 +0000 |
commit | 22247f658ce2f8e527c26746358cfc2643c4832f (patch) | |
tree | d263a31c55909234a9f4870fb0b06ed11722e4b5 | |
parent | core: Need to increase an array in the gpg engine. (diff) | |
download | gpgme-22247f658ce2f8e527c26746358cfc2643c4832f.tar.gz gpgme-22247f658ce2f8e527c26746358cfc2643c4832f.zip |
doc: python bindings howto
* Fixed the plaintext, result and verify_result references in the
decryption section.
-rw-r--r-- | lang/python/docs/GPGMEpythonHOWTOen.org | 8 |
1 files 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 |