summaryrefslogtreecommitdiffstats
path: root/python/pysha3
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 11:10:53 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:37:56 -0400
commit4731796771556bb601aef3131a1b5b4904843360 (patch)
tree0ba54d4984f8038c72ea9a99c4540268998f6aad /python/pysha3
parentc2db29430abe8a13f4106dcedfe217bb1ee11290 (diff)
downloadslackbuilds-4731796771556bb601aef3131a1b5b4904843360.tar.gz
slackbuilds-4731796771556bb601aef3131a1b5b4904843360.tar.xz
python/pysha3: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/pysha3')
-rw-r--r--python/pysha3/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pysha3/README b/python/pysha3/README
index 6fd5ef5649..b4635c26f2 100644
--- a/python/pysha3/README
+++ b/python/pysha3/README
@@ -1,5 +1,5 @@
SHA-3 wrapper (keccak) for Python.
-The module is a standalone version of the SHA-3 module from Python 3.6.
-The code in sha3module.c has been modified to be compatible with Python 2.7 to 3.5.
-Python 2.6 and earlier are not supported.
+The module is a standalone version of the SHA-3 module from Python
+3.6. The code in sha3module.c has been modified to be compatible with
+Python 2.7 to 3.5. Python 2.6 and earlier are not supported.