mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Fix incorrect error string in documentation
In merge request !300 the description of F631 was accidentally used for F633.
This commit is contained in:
parent
4a52c99cde
commit
ce26d89cbf
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ generates its own :term:`error code`\ s for ``pyflakes``:
|
|||
+------+---------------------------------------------------------------------+
|
||||
| F632 | use ``==/!=`` to compare ``str``, ``bytes``, and ``int`` literals |
|
||||
+------+---------------------------------------------------------------------+
|
||||
| F633 | assertion test is a tuple, which are always ``True`` |
|
||||
| F633 | use of ``>>`` is invalid with ``print`` function |
|
||||
+------+---------------------------------------------------------------------+
|
||||
+------+---------------------------------------------------------------------+
|
||||
| F701 | a ``break`` statement outside of a ``while`` or ``for`` loop |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue