From 697cb36b814d7e01da336c43b1932264302a2528 Mon Sep 17 00:00:00 2001 From: georg Date: Thu, 28 Nov 2019 02:15:20 +0000 Subject: This is mat2, not MAT2 Closes #131 --- libmat2/torrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmat2/torrent.py') 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): class _BencodeHandler: """ Since bencode isn't that hard to parse, - MAT2 comes with its own parser, based on the spec + mat2 comes with its own parser, based on the spec https://wiki.theory.org/index.php/BitTorrentSpecification#Bencoding """ def __init__(self): -- cgit v1.3