Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST committed Aug 19, 2024
1 parent a045098 commit cb77621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,8 @@ def save_to_json(
output_file: str,
output_folder: str = "output",
) -> None:
"""将生成的语言文件保存至JSON。
"""
将生成的语言文件保存至JSON。
Args:
input_data (Tuple[Ldata, float]): 输入的数据
Expand Down

0 comments on commit cb77621

Please sign in to comment.