diff options
author | Ben McGinnes <[email protected]> | 2018-11-30 21:15:43 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-11-30 21:15:43 +0000 |
commit | 2e3a681d0c35bbf6db584fedc9d7f0a010430b51 (patch) | |
tree | c22154bed455d929c6ab01be77c9ab001d865136 /lang/python/doc/rst | |
parent | python: documentation (diff) | |
download | gpgme-2e3a681d0c35bbf6db584fedc9d7f0a010430b51.tar.gz gpgme-2e3a681d0c35bbf6db584fedc9d7f0a010430b51.zip |
python: documentation fixes
* Typographic and whitespace error correction pertaining to the
previous update.
Signed-off-by: Ben McGinnes <[email protected]>
Diffstat (limited to 'lang/python/doc/rst')
-rw-r--r-- | lang/python/doc/rst/maintenance-mode.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python/doc/rst/maintenance-mode.rst b/lang/python/doc/rst/maintenance-mode.rst index 75cd947a..bbd25211 100644 --- a/lang/python/doc/rst/maintenance-mode.rst +++ b/lang/python/doc/rst/maintenance-mode.rst @@ -78,6 +78,9 @@ decryption, verification, validation, trust levels and so on. Any wanted features lacking in the Python bindings are usually lacking because they are missing from GPGME itself (e.g. revoking keys via the API) and in such cases they are usually deliberately excluded. More +discussion of these issues can be found in the archives of the +`gnupg-devel mailing +list <https://lists.gnupg.org/mailman/listinfo/gnupg-devel>`__. Any features existing in the dynamically generated layer for which people want a specific, higher level function included to make it more |