From 9544c8b178f25b5370a850c5587d5d3b41dfb4c7 Mon Sep 17 00:00:00 2001 From: Simeon Filipov Date: Fri, 24 Apr 2015 01:51:15 +0100 Subject: [PATCH] Link to English venv documentation Currently the link to venv points to the Japanese version of the Python documentation. Change this link to the English version of the Python documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2d10c6..2ec3caa 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Removing the directory in `~/.pyenv/versions` will delete the virtualenv, or you ### virtualenv and pyvenv -There is a [venv](http://docs.python.jp/3/library/venv.html) module available +There is a [venv](http://docs.python.org/3/library/venv.html) module available for CPython 3.3 and newer. It provides a command-line tool `pyvenv` which is the successor of `virtualenv` and distributed by default.