mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 16:49:52 +00:00
Fix typo casae->case
This commit is contained in:
parent
a929f124c8
commit
2ee3c56d93
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ it would look like::
|
||||||
|
|
||||||
X10 = flake8_example:ExamplePlugin
|
X10 = flake8_example:ExamplePlugin
|
||||||
|
|
||||||
In this casae as well as the following case, your entry-point name acts as
|
In this case as well as the following case, your entry-point name acts as
|
||||||
a prefix to the error codes produced by your plugin.
|
a prefix to the error codes produced by your plugin.
|
||||||
|
|
||||||
If all of your plugin's error codes start with ``X1`` then it would look
|
If all of your plugin's error codes start with ``X1`` then it would look
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue