python/crcmod: Fix slack-desc.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-03 14:24:52 -05:00 committed by Willy Sudiarto Raharjo
parent 18d2d87acb
commit e3bd5e42cd
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -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.