]> jfr.im git - yt-dlp.git/blobdiff - devscripts/make_lazy_extractors.py
Merge 'ytdl-org/youtube-dl/master' release 2020.11.19
[yt-dlp.git] / devscripts / make_lazy_extractors.py
index e6de72b33a2ad4e5bf3b8a2153b16119bf106634..c27ef97814e30e6f3053bd9c7c7b70a98e475234 100644 (file)
@@ -61,7 +61,7 @@ def build_lazy_ie(ie, name):
     return s
 
 
-# find the correct sorting and add the required base classes so that sublcasses
+# find the correct sorting and add the required base classes so that subclasses
 # can be correctly created
 classes = _ALL_CLASSES[:-1]
 ordered_cls = []