Skip to content

Commit aecb5f6

Browse files
Issue#1427: added 'r' to string to allow to invalid escape char
1 parent bf50578 commit aecb5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vsg/rules/whitespace/rule_011.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
class rule_011(n_spaces_before_and_after_tokens):
15-
"""
15+
r"""
1616
This rule checks for at least a single space before and after math operators +, -, /, * and \*\*.
1717
1818
**Violation**

0 commit comments

Comments
 (0)