Skip to content

Commit

Permalink
fix typo (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
fshowalter committed Mar 21, 2020
1 parent f7bf4be commit cb815e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wemake_python_styleguide/violations/complexity.py
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ class TooManyPublicAttributesViolation(ASTViolation):
Solution:
Make some attributes protected.
Split this class into several ones.
If class is a Data Transder Object, then use ``@dataclass`` decorator.
If class is a Data Transfer Object, then use ``@dataclass`` decorator.
Configuration:
This rule is configurable with ``--max-attributes``.
Expand Down

0 comments on commit cb815e2

Please sign in to comment.