diff options
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 14fc3c185b0d..99ea33a7beab 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. |