summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:09:48 +0100
committer B. Watson2022-03-17 17:37:56 +0100
commit7c933ae93d1c83f1be4d6be03358486066ce8f95 (patch)
tree268d398a72be393575210fa9eab15f3f6f7dff74
parent2b207d0671b5976ded8c5524e7ca36f3afcd0b57 (diff)
downloadslackbuilds-7c933ae93d1c83f1be4d6be03358486066ce8f95.tar.gz
python/pygpgme: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--python/pygpgme/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pygpgme/README b/python/pygpgme/README
index f21f96d4ee..1fc1fc21a5 100644
--- a/python/pygpgme/README
+++ b/python/pygpgme/README
@@ -1,5 +1,5 @@
-PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt
-messages using the OpenPGP format.
+PyGPGME is a Python module that lets you sign, verify, encrypt and
+decrypt messages using the OpenPGP format.
It is built on top of the GNU Privacy Guard and the GPGME library.