diff options
| author | Ben McGinnes <[email protected]> | 2018-03-15 05:13:34 +0000 | 
|---|---|---|
| committer | Ben McGinnes <[email protected]> | 2018-03-15 05:13:34 +0000 | 
| commit | 3d0c7a2202c8e9bd4f284fd00069d34b8d3d3d4c (patch) | |
| tree | fd3ef4464a4af72aa9c22147460a08e5110e095f /lang/python/docs/GPGMEpythonHOWTOen.org | |
| parent | doc: python bindings howto (diff) | |
| download | gpgme-3d0c7a2202c8e9bd4f284fd00069d34b8d3d3d4c.tar.gz gpgme-3d0c7a2202c8e9bd4f284fd00069d34b8d3d3d4c.zip | |
doc: python bindings howto
* Fixed a minor typographic error.
* Bumped version number in preparation for merge with master.
* While there are probably a few more things worthy of being added
  (mainly how to revoke things), this document is essentially ready
  for publication now.
Signed-off-by: Ben McGinnes <[email protected]>
Diffstat (limited to 'lang/python/docs/GPGMEpythonHOWTOen.org')
| -rw-r--r-- | lang/python/docs/GPGMEpythonHOWTOen.org | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lang/python/docs/GPGMEpythonHOWTOen.org b/lang/python/docs/GPGMEpythonHOWTOen.org index 582a28f1..71e738ac 100644 --- a/lang/python/docs/GPGMEpythonHOWTOen.org +++ b/lang/python/docs/GPGMEpythonHOWTOen.org @@ -13,7 +13,7 @@    :CUSTOM_ID: intro    :END: -  | Version:        | 0.0.1-alpha                              | +  | Version:        | 0.1.0                                    |    | Author:         | Ben McGinnes <[email protected]>             |    | Author GPG Key: | DB4724E6FA4286C92B4E55C4321E4E2373590E5D |    | Language:       | Australian English, British English      | @@ -513,7 +513,7 @@      Encrypting to multiple keys, in addition to a default key or a key      configured to always encrypt to, is a little different and uses a -    slightly different call to the =op_encrypt call= demonstrated in the +    slightly different call to the =op_encrypt= call demonstrated in the      previous section.      The following example encrypts a message (=text=) to everyone with | 
