fix typo hash_fields -> hash_field
parent
177d1c7de9
commit
58b29be0a6
|
@ -373,7 +373,7 @@ class BEncoder(object):
|
||||||
if hash_fields is not None:
|
if hash_fields is not None:
|
||||||
self._hash_fields.extend(str_type(hash_fields))
|
self._hash_fields.extend(str_type(hash_fields))
|
||||||
|
|
||||||
def hash_fields(self, name):
|
def hash_field(self, name):
|
||||||
"""
|
"""
|
||||||
see :any:`TorrentFileParser.hash_field`
|
see :any:`TorrentFileParser.hash_field`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue