[devscripts/make_lazy_extractors] Correct a spelling mistake (#26991)

This commit is contained in:
Edward Betts 2021-02-26 13:59:51 +01:00 committed by Dominika
parent d23d09c709
commit 3a7feb93dc

View file

@ -77,7 +77,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 = []