소스 검색

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