From 9a481c186ecb84f06a9a87eeb0630a4759f5a3a0 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 25 Mar 2020 20:29:47 +0000 Subject: [PATCH] Fix typo --- 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.