Skip to content

Commit

Permalink
Reference N817 from N814, and vice-versa
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Mar 26, 2021
1 parent 7cd85f8 commit f0925f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ These error codes are emitted:
+------+-------------------------------------------------------+
| N813 | camelcase imported as lowercase |
+------+-------------------------------------------------------+
| N814 | camelcase imported as constant |
| N814 | camelcase imported as constant (see also ``N817``) |
+------+-------------------------------------------------------+
| N815 | mixedCase variable in class scope |
+------+-------------------------------------------------------+
| N816 | mixedCase variable in global scope |
+------+-------------------------------------------------------+
| N817 | camelcase imported as acronym |
| N817 | camelcase imported as acronym (see also ``N814``) |
+------+-------------------------------------------------------+

Options
Expand Down

0 comments on commit f0925f9

Please sign in to comment.