$ errors.fyi/flake8/W605 128 namespaces · 4,025 codes
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

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT