From a5e179423569919f8a8b0e0650353cf541fbc148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9A=97=E5=8F=B7?= <626522796@qq.com> Date: Sun, 9 May 2021 12:23:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E4=B8=BA=20Python=20?= =?UTF-8?q?=E9=A6=96=E5=AD=97=E6=AF=8D=E5=A4=A7=E5=86=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a44383e..3ad4af2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ 管理 Python 版本和环境的工具 -* [p](https://github.com/qw3rtman/p):非常简单的交互式 python 版本管理工具。 +* [p](https://github.com/qw3rtman/p):非常简单的交互式 Python 版本管理工具。 * [pyenv](https://github.com/yyuu/pyenv):简单的 Python 版本管理工具。 * [Vex](https://github.com/sashahart/vex):可以在虚拟环境中执行命令。 * [virtualenv](https://pypi.python.org/pypi/virtualenv):创建独立 Python 环境的工具。