aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/common.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-10-18 00:49:45 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-10-18 00:49:45 +0200
commit416a5efce7f70a6a3ef88ac902100fa5211e181e (patch)
tree144328a5d61994b43c4de1f5ecc3e5aaa55814b8 /youtube_dl/extractor/common.py
parentf4d96df0f1e978d580197fafb8dacade4b611ef3 (diff)
downloadyoutube-dl-416a5efce7f70a6a3ef88ac902100fa5211e181e.tar.xz
fix typos
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r--youtube_dl/extractor/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 2a5a85dc6..d4af3b5eb 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -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):