Fix wording of plugins documentation

This commit is contained in:
Victorien 2024-07-23 13:39:49 +02:00 committed by GitHub
parent 65a38c42a7
commit 10314ad9e5
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.