瀏覽代碼

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

Edward Betts 4 年之前
父節點
當前提交
efc589b865
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      devscripts/make_lazy_extractors.py

+ 1 - 1
devscripts/make_lazy_extractors.py

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