Skip to content

Commit 31c0215

Browse files
committed
Escape inline asterisk
1 parent 88f89ad commit 31c0215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ This is the current list of error and warning codes:
237237
| E116 | unexpected indentation (comment) |
238238
+----------+----------------------------------------------------------------------+
239239
+----------+----------------------------------------------------------------------+
240-
| E121 (*^)| continuation line under-indented for hanging indent |
240+
| E121 (\*^)| continuation line under-indented for hanging indent |
241241
+----------+----------------------------------------------------------------------+
242242
| E122 (^) | continuation line missing indentation or outdented |
243243
+----------+----------------------------------------------------------------------+
@@ -247,7 +247,7 @@ This is the current list of error and warning codes:
247247
+----------+----------------------------------------------------------------------+
248248
| E125 (^) | continuation line with same indent as next logical line |
249249
+----------+----------------------------------------------------------------------+
250-
| E126 (*^)| continuation line over-indented for hanging indent |
250+
| E126 (\*^)| continuation line over-indented for hanging indent |
251251
+----------+----------------------------------------------------------------------+
252252
| E127 (^) | continuation line over-indented for visual indent |
253253
+----------+----------------------------------------------------------------------+

0 commit comments

Comments
 (0)