From 07a3dd87418db4ae0f47b6e8720efeb117b5461a Mon Sep 17 00:00:00 2001 From: Erfan <132699477+Rfannn@users.noreply.github.com> Date: Sat, 20 Jun 2026 15:17:21 +0330 Subject: [PATCH] docs: Fix grammar in README (pluralize comma to commas) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1ea60967..66b2c696 100644 --- a/README.rst +++ b/README.rst @@ -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: ``, 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