summaryrefslogtreecommitdiff
path: root/libmat2/torrent.py
diff options
context:
space:
mode:
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):