fix typo in plugin_docs.py (#80195)

lable -> label
pull/80247/head
Ikko Eltociear Ashimine 1 year ago committed by GitHub
parent bad8843124
commit 516cb9a52e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,7 +73,7 @@ def read_docstring_from_python_module(filename, verbose=True, ignore_errors=True
tokens = tokenize.generate_tokens(f.readline)
for token in tokens:
# found lable that looks like variable
# found label that looks like variable
if token.type == tokenize.NAME:
# label is expected value, in correct place and has not been seen before

Loading…
Cancel
Save