From 0f60a7c66cf704acb211dc7559ce043a15d423ca Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 26 Feb 2021 13:59:51 +0100 Subject: [PATCH] [devscripts/make_lazy_extractors] Correct a spelling mistake (#26991) --- devscripts/make_lazy_extractors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devscripts/make_lazy_extractors.py b/devscripts/make_lazy_extractors.py index 0cfdf37ca..32f344201 100644 --- a/devscripts/make_lazy_extractors.py +++ b/devscripts/make_lazy_extractors.py @@ -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 = []