summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2017-09-27 06:46:14 -0500
committerGitHub <noreply@github.com>2017-09-27 06:46:14 -0500
commitc7448b4f8c50904eb71855b6559a9c3650bf510c (patch)
tree1765e8f9b4f0efa4601ab8457e187c5e83c3e2c0 /docs
parent769ea413d1b998628c60613c2e0c3dfa97b33c30 (diff)
parent13d2bd200911850dacde31665235122d85290265 (diff)
downloadpep8-c7448b4f8c50904eb71855b6559a9c3650bf510c.tar.gz
Merge pull request #676 from jdufresne/invalid-escape
Add W605 warning for invalid escape sequences in string literals
Diffstat (limited to 'docs')
-rw-r--r--docs/intro.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index fcdcf72..3035a2f 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -413,6 +413,8 @@ This is the current list of error and warning codes:
+------------+----------------------------------------------------------------------+
| W604 | backticks are deprecated, use 'repr()' |
+------------+----------------------------------------------------------------------+
+| W605 | invalid escape sequence '\x' |
++------------+----------------------------------------------------------------------+
**(*)** In the default configuration, the checks **E121**, **E123**, **E126**,