flake8 · flake8/W605
W605
Invalid Escape Sequence
A string contains a backslash escape sequence that is not a recognised Python escape (e.g. '\p'). Use a raw string (r'...') or double the backslash ('\\p') to fix.
References
In this namespace
← previous W504 Line Break After Binary Operator
— end of namespace —