diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:09:24 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:53 -0400 |
commit | 12ea92bd78692646b3ad923d4b38be2c971c202d (patch) | |
tree | cb42ac5fa0171d830104e2d00edca62d9db14f06 /python/bencode | |
parent | 6432a5839843aa1a66377a6a54ab8f72138cf0d4 (diff) |
python/bencode: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/bencode')
-rw-r--r-- | python/bencode/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/bencode/README b/python/bencode/README index 26fe73452752..08b700d4a2d4 100644 --- a/python/bencode/README +++ b/python/bencode/README @@ -2,7 +2,7 @@ bencode (python module) The BitTorrent bencode module as a light-weight, stand alone package. -This package simply re-packages the existing bencoding and bdecoding -implemention from the 'official' BitTorrent client as a separate, leight-weight -package for re-using them without having the entire BitTorrent software as a -dependency. +This package simply re-packages the existing bencoding and bdecoding +implemention from the 'official' BitTorrent client as a separate, +leight-weight package for re-using them without having the entire +BitTorrent software as a dependency. |