Merge pull request #1946 from Viicos/patch-1

Fix wording of plugins documentation
This commit is contained in:
Ian Stapleton Cordasco 2024-07-23 14:53:49 -05:00 committed by GitHub
commit 2a811cc4d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,6 @@ allow any package to register a plugin with |Flake8| via that package's
metadata.
Let's presume that we already have our plugin written and it's in a module
:external+packaging:term:`Build Backend`, but be aware that most backends
called ``flake8_example``. We will also assume ``setuptools`` is used as a
:external+packaging:term:`Build Backend`, but be aware that most backends
support entry points.