fix typos
This commit is contained in:
parent
f4d96df0f1
commit
416a5efce7
2 changed files with 2 additions and 2 deletions
|
@ -365,7 +365,7 @@ class SearchInfoExtractor(InfoExtractor):
|
|||
|
||||
def _get_n_results(self, query, n):
|
||||
"""Get a specified number of results for a query"""
|
||||
raise NotImplementedError("This method must be implemented by sublclasses")
|
||||
raise NotImplementedError("This method must be implemented by subclasses")
|
||||
|
||||
@property
|
||||
def SEARCH_KEY(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue