diff options
| author | Hugo <hugovk@gmail.com> | 2020-03-25 20:29:47 +0000 |
|---|---|---|
| committer | Hugo <hugovk@gmail.com> | 2020-03-25 20:29:47 +0000 |
| commit | 9a481c186ecb84f06a9a87eeb0630a4759f5a3a0 (patch) | |
| tree | 5bbd5ea16f5a54b479b6f9f5ef452668669a933e /docs/source | |
| parent | eee1e7139d85fbc3db244a2fcffe53422c237e38 (diff) | |
| download | flake8-9a481c186ecb84f06a9a87eeb0630a4759f5a3a0.tar.gz | |
Fix typo
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/user/error-codes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
