summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2020-01-03 20:24:52 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:37 +0100
commite3bd5e42cdd75611b83c09a5476d31616b281698 (patch)
treea046da473cba75c4562bd41e01b0803f085fef88 /python
parent18d2d87acb294253436b30cd68f72791d8a99f83 (diff)
downloadslackbuilds-e3bd5e42cdd75611b83c09a5476d31616b281698.tar.gz
python/crcmod: Fix slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/crcmod/slack-desc4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/crcmod/slack-desc b/python/crcmod/slack-desc
index 14fc3c185b..99ea33a7be 100644
--- a/python/crcmod/slack-desc
+++ b/python/crcmod/slack-desc
@@ -8,9 +8,9 @@
|-----handy-ruler------------------------------------------------------|
crcmod: crcmod (python CRC Generator)
crcmod:
-crcmod: crcmod is a Python module for generating objects that compute the
+crcmod: crcmod is a Python module for generating objects that compute the
crcmod: Cyclic Redundancy Check (CRC).
-crcmod:
+crcmod:
crcmod: You can generate a Python function for the selected polynomial or an
crcmod: instance of the Crc class which provides the same interface as the
crcmod: md5 and sha modules from the Python standard library.