diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 14:24:52 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:37 +0700 |
commit | e3bd5e42cdd75611b83c09a5476d31616b281698 (patch) | |
tree | a046da473cba75c4562bd41e01b0803f085fef88 /python/crcmod | |
parent | 18d2d87acb294253436b30cd68f72791d8a99f83 (diff) | |
download | slackbuilds-e3bd5e42cdd75611b83c09a5476d31616b281698.tar.gz |
python/crcmod: Fix slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/crcmod')
-rw-r--r-- | python/crcmod/slack-desc | 4 |
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. |