From e03e84921527b2db27fb4eea9163e504237d29a1 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 27 Nov 2019 14:23:27 +0200 Subject: [PATCH] Fix typo "an error code" not "a error code" --- docs/source/user/error-codes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user/error-codes.rst b/docs/source/user/error-codes.rst index 54869c9..1bc3d7f 100644 --- a/docs/source/user/error-codes.rst +++ b/docs/source/user/error-codes.rst @@ -4,7 +4,7 @@ Error / Violation Codes ========================= -Flake8 and its plugins assign a code to each message that we refer to as a +Flake8 and its plugins assign a code to each message that we refer to as an :term:`error code` (or :term:`violation`). Most plugins will list their error codes in their documentation or README.