Skip to content

Commit 0fe2a10

Browse files
authored
Update .pyspelling.yml (#2722)
1 parent b58b8a5 commit 0fe2a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pyspelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ matrix:
100100
content: '''''*'
101101
close: '$'
102102
# Ignore reStructuredText block directives
103-
- open: '\.\. (code-block|math)::.*$\n*'
103+
- open: '\.\. (code-block|math|table)::.*$\n*'
104104
content: '(?P<first>(^(?P<indent>[ ]+).*$\n))(?P<other>(^([ \t]+.*|[ \t]*)$\n)*)'
105105
close: '(^(?![ \t]+.*$))'
106106
- open: '\.\. (raw)::.*$\n*'

0 commit comments

Comments
 (0)