diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 13:55:07 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 15:02:09 +1300 |
commit | 98b333b530f6f27c5c98219c60ec9b326d01d96c (patch) | |
tree | a75a187cb70354c91aa38c8b5f0f7e824d9c8435 /python | |
parent | d674a8bf23d059a7b7f51ab11cecedfb4c9d7bb8 (diff) | |
download | slackbuilds-98b333b530f6f27c5c98219c60ec9b326d01d96c.tar.gz |
python/reedsolo: Fix slack-desc.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/reedsolo/slack-desc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/reedsolo/slack-desc b/python/reedsolo/slack-desc index 9651aafb8c..ea70524118 100644 --- a/python/reedsolo/slack-desc +++ b/python/reedsolo/slack-desc @@ -8,9 +8,9 @@ |-----handy-ruler------------------------------------------------------| reedsolo: reedsolo (Pure-Python Reed Solomon encoder/decoder) reedsolo: -reedsolo: A pure-python universal errors-and-erasures Reed-Solomon Codec , -reedsolo: based on the wonderful tutorial at wikiversity, written by “Bobmath” -reedsolo: and “LRQ3000”. +reedsolo: A pure-python universal errors-and-erasures Reed-Solomon Codec, +reedsolo: based on the wonderful tutorial at wikiversity, written by "Bobmath" +reedsolo: and "LRQ3000". reedsolo: reedsolo: Homepage: https://pypi.org/project/reedsolo/ reedsolo: |