mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 05:54:17 +00:00
Fixed a typo and D200 error
This commit is contained in:
parent
f1c8abe003
commit
52d8009ff3
2 changed files with 2 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ def plugin_func(func):
|
|||
|
||||
@plugin_func
|
||||
def plugin_func_gen(tree):
|
||||
"""Yield the expected report with simple file plugin funciton."""
|
||||
"""Yield the expected report with simple file plugin function."""
|
||||
yield EXPECTED_REPORT + (type(plugin_func_gen), )
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue