summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2020-01-03 20:27:47 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:38 +0100
commit36bfb1769bbba1b0967f08a1da0b32cb31c8d5c5 (patch)
tree3679691592ae0dec987b327b2d3e0c212463c6ce /python
parenta00e6355e7687828f183bc6a50b23244fb55c0c8 (diff)
downloadslackbuilds-36bfb1769bbba1b0967f08a1da0b32cb31c8d5c5.tar.gz
python/rencode: Fix slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/rencode/slack-desc4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/rencode/slack-desc b/python/rencode/slack-desc
index 18e37f6c77..f704ef0a42 100644
--- a/python/rencode/slack-desc
+++ b/python/rencode/slack-desc
@@ -10,10 +10,10 @@ rencode: rencode (Python module for object serialization similar to bencode)
rencode:
rencode: rencode is a Python module for fast (basic) object serialization
rencode: similar to bencode from the BitTorrent project.
-rencode:
+rencode:
rencode: This version of rencode is a complete rewrite in Cython to attempt to
rencode: application on one of these lines, but it's not necessary.
rencode: increase the performance over the pure Python module written by Petru
rencode: Paler, Connelly Barnes et al.
-rencode:
+rencode:
rencode: Homepage: https://github.com/aresch/rencode