From 31c0215a03264c8c3f4ae8bd59d46c091b03451f Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Tue, 8 Sep 2015 17:53:47 -0700 Subject: Escape inline asterisk --- docs/intro.rst | 4 ++-- 1 file 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 | +----------+----------------------------------------------------------------------+ -- cgit v1.2.1