Skip to content

Commit

Permalink
fix: Removed an unnecessary single quotation mark in the documentation
Browse files Browse the repository at this point in the history
relates to #11
  • Loading branch information
fwald committed Feb 23, 2020
1 parent 08c50b3 commit 544ae5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wemake_python_styleguide/violations/consistency.py
Expand Up @@ -2117,7 +2117,7 @@ class RawStringNotNeededViolation(TokenizeViolation):
Forbid the use of raw strings when there is no backslash in the string.
Reasoning:
Raw string are only needed when dealing with \' in the string.
Raw string are only needed when dealing with \ in the string.
Solution:
Do not prefix the string with r. Use a normal string instead.
Expand Down

0 comments on commit 544ae5c

Please sign in to comment.