Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamflasher committed Mar 3, 2022
1 parent 0923fa2 commit 0e175ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wemake_python_styleguide/logic/complexity/overuses.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def is_unary_minus(node: ast.AST) -> bool:
We use this predicate to allow values
like ``-some_value`` to be overused.
Although negative constants like ``-1``
Although negative constants like ``-2``
should raise violation to force naming them.
"""
return (
Expand Down

0 comments on commit 0e175ae

Please sign in to comment.