Revert a small syntax change introduced by a circular series of changes.

This commit is contained in:
Andrew Lin 2015-09-24 13:24:11 -04:00
parent db5eda6051
commit 09597b7cf3

View File

@ -18,6 +18,6 @@ def test_combination():
) )
assert_almost_equal( assert_almost_equal(
1.0 / word_frequency('おはようございます', 'ja'), 1.0 / word_frequency('おはようございます', 'ja'),
(1.0 / ohayou_freq + 1.0 / gozai_freq + 1.0 / masu_freq) 1.0 / ohayou_freq + 1.0 / gozai_freq + 1.0 / masu_freq
) )