docs: 修正 Windows Python 语法检查命令 (#2)

ila
2026-08-08 09:01:00 +08:00
parent af4c1cbdd7
commit c21eb70ff5
+1 -1
@@ -47,7 +47,7 @@
## 常用调试方式 ## 常用调试方式
- 只检查 Python 语法:`python -m py_compile scripts/*.py`。 - 只检查 Python 语法:`python -m compileall -q scripts tests`。
- 查看一个脚本帮助:`python scripts/sync_wiki_docs.py --help`。 - 查看一个脚本帮助:`python scripts/sync_wiki_docs.py --help`。
- 查看未提交差异:`git diff --check` 和 `git diff`。 - 查看未提交差异:`git diff --check` 和 `git diff`。
- 查看最近提交:`git log -5 --oneline`。 - 查看最近提交:`git log -5 --oneline`。