Skip to content

Commit b8f662d

Browse files
authored
BUG: fix default stopwords list (#140)
1 parent 59a0649 commit b8f662d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scpdt/impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def __init__(self, *, # DTChecker configuration
157157
'set_title', 'imshow', 'plt.show', '.axis(', '.plot(',
158158
'.bar(', '.title', '.ylabel', '.xlabel', 'set_ylim', 'set_xlim',
159159
'# reformatted', '.set_xlabel(', '.set_ylabel(', '.set_zlabel(',
160-
'.set(xlim=', '.set(ylim=', '.set(xlabel=', '.set(ylabel=', '.xlim('
160+
'.set(xlim=', '.set(ylim=', '.set(xlabel=', '.set(ylabel=', '.xlim(',
161161
'ax.set('}
162162
self.stopwords = stopwords
163163

0 commit comments

Comments
 (0)