Revised the strings in babel-utils.py and babel-utils-test-site.py.

This commit is contained in:
依瑪貓 2023-04-12 15:04:32 +08:00
parent 85d1b13ccd
commit 3ca246d3e0
2 changed files with 2 additions and 2 deletions

View File

@ -129,5 +129,5 @@ def __update_file_rev_date(file: Path) -> None:
main.add_command(babel_extract)
main.add_command(babel_compile)
if __name__ == '__main__':
if __name__ == "__main__":
main()

View File

@ -129,5 +129,5 @@ def __update_file_rev_date(file: Path) -> None:
main.add_command(babel_extract)
main.add_command(babel_compile)
if __name__ == '__main__':
if __name__ == "__main__":
main()