*: properly capitalize “Python” (#10132)

This commit is contained in:
pixel
2023-05-02 17:16:07 +02:00
committed by GitHub
parent b614e6714c
commit 9126c126f5
9 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
> Python 的 WSGI http 服务器。
> 更多信息:<https://gunicorn.org/>.
- 运行 python web 应用程序:
- 运行 Python web 应用程序:
`gunicorn {{导入路径:应用程序}}`