mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
Revert a small syntax change introduced by a circular series of changes.
This commit is contained in:
parent
db5eda6051
commit
09597b7cf3
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user