forked from p46318075/CodePattern
fix: 修复了代码中的一个错误; refactor: 重写/重构代码,但没有改变任何API行为; style: 添加了空格、格式化、缺失的分号等; test: 添加了缺失的测试或修正了现有的测试; docs: 更新了如readme等的文档; build: 更新了依赖项、项目版本; ops: 影响了操作性组件,如基础设施、部署、备份、恢复; chore: 修改了.gitignore等;dev
parent
36afa1d669
commit
e2eab49065
@ -1,3 +1,3 @@
|
||||
from cppy.cp_util import *
|
||||
|
||||
print_word_freqs( sort_dict ( get_frequencies ( extract_file_words(testfilepath) )))
|
||||
print_word_freqs(sort_dict(get_frequencies(extract_file_words(testfilepath))))
|
||||
|
Loading…
Reference in new issue