summaryrefslogtreecommitdiffstats
path: root/python/crcmod/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'python/crcmod/slack-desc')
-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.