mirror of
https://github.com/PyCQA/flake8.git
synced 2026-06-29 00:30:44 +00:00
docs: Fix grammar in README (pluralize comma to commas)
This commit is contained in:
parent
bb943328ef
commit
07a3dd8741
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ It also adds a few features:
|
|||
|
||||
- lines that contain a ``# noqa`` comment at the end will not issue warnings.
|
||||
- you can ignore specific errors on a line with ``# noqa: <error>``, e.g.,
|
||||
``# noqa: E234``. Multiple codes can be given, separated by comma. The ``noqa`` token is case insensitive, the colon before the list of codes is required otherwise the part after ``noqa`` is ignored
|
||||
``# noqa: E234``. Multiple codes can be given, separated by commas. The ``noqa`` token is case insensitive, the colon before the list of codes is required otherwise the part after ``noqa`` is ignored
|
||||
- Git and Mercurial hooks
|
||||
- extendable through ``flake8.extension`` and ``flake8.formatting`` entry
|
||||
points
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue