diff options
author | Ben McGinnes <[email protected]> | 2016-08-16 15:27:07 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2016-08-16 15:27:07 +0000 |
commit | 5eb79cce0c05c28bde228f4b5b5a72506bcc32c5 (patch) | |
tree | 04579e5279d7f726b24388866488b58214449940 | |
parent | Qt: Add test for progress signal of encryptjob (diff) | |
download | gpgme-5eb79cce0c05c28bde228f4b5b5a72506bcc32c5.tar.gz gpgme-5eb79cce0c05c28bde228f4b5b5a72506bcc32c5.zip |
Spelling fix
* Changed binginds to bindings. :)
-rw-r--r-- | lang/python/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/README b/lang/python/README index 7ce8894b..8b8fc736 100644 --- a/lang/python/README +++ b/lang/python/README @@ -7,7 +7,7 @@ https://www.gnupg.org/related_software/gpgme/ PyMe uses SWIG to create wrapper functions with automatic type conversions. This way most of the functions and types are converted from C into Python 3 automatically by SWIG, reducing the maintenance -cost of the binginds. +cost of the bindings. * Authors |