1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 22:55:42 +07:00

fix typos

This commit is contained in:
Philipp Hagemeister
2013-10-18 00:49:45 +02:00
parent f4d96df0f1
commit 416a5efce7
2 changed files with 2 additions and 2 deletions

View File

@@ -365,7 +365,7 @@ def _real_extract(self, query):
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):