We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c27f57 commit 66eaf6aCopy full SHA for 66eaf6a
.pyspelling.yml
@@ -19,7 +19,7 @@ matrix:
19
- open: '\.\.\s+(figure|literalinclude|math|image|grid)::'
20
close: '\n'
21
# Exclude roles:
22
- - open: ':(?:(class|py:mod|mod|func)):`'
+ - open: ':(?:(class|py:mod|mod|func|meth|obj)):`'
23
content: '[^`]*'
24
close: '`'
25
# Exclude reStructuredText hyperlinks
@@ -70,7 +70,7 @@ matrix:
70
- open: ':figure:.*'
71
72
# Ignore reStructuredText roles
73
- - open: ':(?:(class|file|func|math|ref|octicon)):`'
+ - open: ':(?:(class|file|func|math|ref|octicon|meth|obj)):`'
74
75
76
- open: ':width:'
0 commit comments