mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-03 08:33:28 +01:00
[devscripts/make_lazy_extractors] Correct a spelling mistake (#26991)
This commit is contained in:
parent
1737ea69b9
commit
efc589b865
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user