*: 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

@@ -1,6 +1,6 @@
# androguard
> 使用 python 编写的一款针对安卓应用的逆向工程工具。
> 使用 Python 编写的一款针对安卓应用的逆向工程工具。
> 更多信息:<https://github.com/androguard/androguard>.
- 展示 Android manifest 清单文件:

View File

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