fix typo hash_fields -> hash_field

dev
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
1 changed files with 1 additions and 1 deletions

View File

@ -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`