You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know which of the two behaviours is preferable, but they should probably be consistent, and it would be good to be able to reset the words added with ignore.
The text was updated successfully, but these errors were encountered:
If I ignore a word with the
ignore
argument, it remains ignored in future checks:But if I ignore it with
dict = dictionary(add_words = )
, it doesn't stay ignored:I don't know which of the two behaviours is preferable, but they should probably be consistent, and it would be good to be able to reset the words added with
ignore
.The text was updated successfully, but these errors were encountered: