fix typo hash_fields -> hash_field

This commit is contained in:
7sDream 2018-06-23 13:01:08 +08:00
parent 177d1c7de9
commit 58b29be0a6
No known key found for this signature in database
GPG Key ID: 72A6D9FCEDDAB75D

@ -373,7 +373,7 @@ class BEncoder(object):
if hash_fields is not None:
self._hash_fields.extend(str_type(hash_fields))
def hash_fields(self, name):
def hash_field(self, name):
"""
see :any:`TorrentFileParser.hash_field`