diff options
author | Ben McGinnes <[email protected]> | 2018-03-23 19:41:36 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-03-23 19:41:36 +0000 |
commit | e6180f2b36cc8a6c6154e5f3d702324af573132a (patch) | |
tree | 6a7b1dde3699f4f3f64308f337214a9dade34baa /lang/python/docs/GPGMEpythonHOWTOen.org | |
parent | doc: python bindings howto (diff) | |
download | gpgme-e6180f2b36cc8a6c6154e5f3d702324af573132a.tar.gz gpgme-e6180f2b36cc8a6c6154e5f3d702324af573132a.zip |
doc: python bindings howto
* Fixed a minor spelling error and a minor grammatical error.
Diffstat (limited to 'lang/python/docs/GPGMEpythonHOWTOen.org')
-rw-r--r-- | lang/python/docs/GPGMEpythonHOWTOen.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/docs/GPGMEpythonHOWTOen.org b/lang/python/docs/GPGMEpythonHOWTOen.org index 1e8dd9fa..219f602d 100644 --- a/lang/python/docs/GPGMEpythonHOWTOen.org +++ b/lang/python/docs/GPGMEpythonHOWTOen.org @@ -1251,7 +1251,7 @@ The =key_sign= method takes four arguments: =key=, =uids=, =expires_in= and =local=. The default value of =uids= is =None= and which results in all user IDs being selected. The default - values of =expires_in= snd =local= is =False=; which result in the + values of =expires_in= and =local= is =False=; which results in the signature never expiring and being able to be exported. The =key= is the key being signed rather than the key doing the |