chore: fix some typos

This commit is contained in:
Soulter
2023-10-02 10:10:04 +08:00
parent 6acd7be547
commit aa3262a8ab
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ try:
import git.exc
from git.repo import Repo
except BaseException as e:
print("你正运行在无Git环境下,暂时将无法使用插件、热更新功能。")
print("你正运行在无Git环境下,暂时将无法使用插件、热更新功能。")
has_git = False
import os