summaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro.rst')
-rw-r--r--docs/intro.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 27f125a..cdff2ac 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -194,6 +194,12 @@ This is the current list of error and warning codes:
+----------+----------------------------------------------------------------------+
| E113 | unexpected indentation |
+----------+----------------------------------------------------------------------+
+| E114 | indentation is not a multiple of four (comment) |
++----------+----------------------------------------------------------------------+
+| E115 | expected an indented block (comment) |
++----------+----------------------------------------------------------------------+
+| E116 | unexpected indentation (comment) |
++----------+----------------------------------------------------------------------+
+----------+----------------------------------------------------------------------+
| E121 (^) | continuation line under-indented for hanging indent |
+----------+----------------------------------------------------------------------+