summaryrefslogtreecommitdiff
path: root/libmat2/torrent.py
diff options
context:
space:
mode:
authorgeorg2019-11-28 02:15:20 +0000
committerjvoisin2019-11-30 01:14:41 -0800
commit697cb36b814d7e01da336c43b1932264302a2528 (patch)
treec14075024469adf5aa30614c95173cada156229c /libmat2/torrent.py
parent6e52661cfb4e79a76a6ff80637d5adf495a15479 (diff)
This is mat2, not MAT2
Closes #131
Diffstat (limited to 'libmat2/torrent.py')
-rw-r--r--libmat2/torrent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/torrent.py b/libmat2/torrent.py
index e2c82b7..1a82740 100644
--- a/libmat2/torrent.py
+++ b/libmat2/torrent.py
@@ -36,7 +36,7 @@ class TorrentParser(abstract.AbstractParser):
36class _BencodeHandler: 36class _BencodeHandler:
37 """ 37 """
38 Since bencode isn't that hard to parse, 38 Since bencode isn't that hard to parse,
39 MAT2 comes with its own parser, based on the spec 39 mat2 comes with its own parser, based on the spec
40 https://wiki.theory.org/index.php/BitTorrentSpecification#Bencoding 40 https://wiki.theory.org/index.php/BitTorrentSpecification#Bencoding
41 """ 41 """
42 def __init__(self): 42 def __init__(self):