Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neavo committed Dec 16, 2024
1 parent 7c4c443 commit b2ff734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin_Scripts/PunctuationFixer/PunctuationFixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def on_postprocess_text(self, event: str, config: TranslatorConfig, data: list[d

# 输出结果
print("")
print(f"[PunctuationFixer] 标点修复已完成,修复标点 {len(logs)}/{len(target_items)} ...")
print(f"[PunctuationFixer] 标点修复已完成,已修复 {len(logs)} 个标点错误的条目 ...")
print("")

# 检查并替换
Expand Down

0 comments on commit b2ff734

Please sign in to comment.