Skip to content

Commit

Permalink
push out deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Mar 27, 2021
1 parent 2620839 commit 25e426a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spellchecker_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_word_usage_frequency(self):
self.assertEqual(spell.word_usage_frequency('the'), num / denom)

# deprecated!
@fail_after("0.6.3")
@fail_after("0.6.4")
def test_word_probability_calc(self):
''' test the word probability calculation '''
spell = SpellChecker()
Expand Down

0 comments on commit 25e426a

Please sign in to comment.