Skip to content

Commit 5923877

Browse files
committed
MAINT: add MPL's ax.text to the list of known stopwords
1 parent 35764f3 commit 5923877

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scipy_doctest/impl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ def __init__(self, *, # DTChecker configuration
190190
'.bar(', '.title', '.ylabel', '.xlabel', 'set_ylim', 'set_xlim',
191191
'# reformatted', '.set_xlabel(', '.set_ylabel(', '.set_zlabel(',
192192
'.set(xlim=', '.set(ylim=', '.set(xlabel=', '.set(ylabel=', '.xlim(',
193-
'ax.set('}
193+
'ax.set(', '.text(',
194+
}
194195
self.stopwords = stopwords
195196

196197
if pseudocode is None:

0 commit comments

Comments
 (0)