Skip to content

Commit 25e426a

Browse files
committed
push out deprecation
1 parent 2620839 commit 25e426a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/spellchecker_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_word_usage_frequency(self):
6060
self.assertEqual(spell.word_usage_frequency('the'), num / denom)
6161

6262
# deprecated!
63-
@fail_after("0.6.3")
63+
@fail_after("0.6.4")
6464
def test_word_probability_calc(self):
6565
''' test the word probability calculation '''
6666
spell = SpellChecker()

0 commit comments

Comments
 (0)