summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2015-09-08 17:53:47 -0700
committerIan Lee <IanLee1521@gmail.com>2015-09-08 17:53:47 -0700
commit31c0215a03264c8c3f4ae8bd59d46c091b03451f (patch)
treee6a10074eca713c05d3768d1a826bcab41590ab1
parent88f89ad09f096e0cf42c815330481f402cb7a2cc (diff)
downloadpep8-31c0215a03264c8c3f4ae8bd59d46c091b03451f.tar.gz
Escape inline asterisk
-rw-r--r--docs/intro.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index fc2e8b5..f2c12f4 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -237,7 +237,7 @@ This is the current list of error and warning codes:
| E116 | unexpected indentation (comment) |
+----------+----------------------------------------------------------------------+
+----------+----------------------------------------------------------------------+
-| E121 (*^)| continuation line under-indented for hanging indent |
+| E121 (\*^)| continuation line under-indented for hanging indent |
+----------+----------------------------------------------------------------------+
| E122 (^) | continuation line missing indentation or outdented |
+----------+----------------------------------------------------------------------+
@@ -247,7 +247,7 @@ This is the current list of error and warning codes:
+----------+----------------------------------------------------------------------+
| E125 (^) | continuation line with same indent as next logical line |
+----------+----------------------------------------------------------------------+
-| E126 (*^)| continuation line over-indented for hanging indent |
+| E126 (\*^)| continuation line over-indented for hanging indent |
+----------+----------------------------------------------------------------------+
| E127 (^) | continuation line over-indented for visual indent |
+----------+----------------------------------------------------------------------+