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

Former-commit-id: 09597b7cf3
This commit is contained in:
Andrew Lin 2015-09-24 13:24:11 -04:00
parent 4d00f17477
commit e7d46fb104

View File

@ -18,6 +18,6 @@ def test_combination():
)
assert_almost_equal(
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
)