aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/docs/GPGMEpythonHOWTOen.org
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-03-12 20:49:42 +0000
committerBen McGinnes <[email protected]>2018-03-12 20:49:42 +0000
commit36dfbdffea60c529a6d1e1ff3e507be016b6a0f6 (patch)
tree6a9054701ee0d8bc579a801229fcc41a4ade0897 /lang/python/docs/GPGMEpythonHOWTOen.org
parentdoc: python bindings howto (diff)
downloadgpgme-36dfbdffea60c529a6d1e1ff3e507be016b6a0f6.tar.gz
gpgme-36dfbdffea60c529a6d1e1ff3e507be016b6a0f6.zip
doc: python bindings howto
* Fixed a spelling error in the key counting text.
Diffstat (limited to 'lang/python/docs/GPGMEpythonHOWTOen.org')
-rw-r--r--lang/python/docs/GPGMEpythonHOWTOen.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python/docs/GPGMEpythonHOWTOen.org b/lang/python/docs/GPGMEpythonHOWTOen.org
index 622475f4..979ffa0a 100644
--- a/lang/python/docs/GPGMEpythonHOWTOen.org
+++ b/lang/python/docs/GPGMEpythonHOWTOen.org
@@ -607,8 +607,9 @@
:END:
Counting the number of keys in your public keybox (=pubring.kbx=),
- the format shich has superceded the old keyring format
- (=pubring.gpg= and =secring.gpg=) is a very simple task.
+ the format which has superceded the old keyring format
+ (=pubring.gpg= and =secring.gpg=), or the number of secret keys is
+ a very simple task.
#+begin_src python
import gpg