We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2620839 commit 25e426aCopy full SHA for 25e426a
tests/spellchecker_test.py
@@ -60,7 +60,7 @@ def test_word_usage_frequency(self):
60
self.assertEqual(spell.word_usage_frequency('the'), num / denom)
61
62
# deprecated!
63
- @fail_after("0.6.3")
+ @fail_after("0.6.4")
64
def test_word_probability_calc(self):
65
''' test the word probability calculation '''
66
spell = SpellChecker()
0 commit comments