From dd2399abe97f3c2f45970646a5954d94544f3167 Mon Sep 17 00:00:00 2001 From: Victor Adam Date: Tue, 27 Oct 2015 13:58:10 +0100 Subject: [PATCH] env.rst: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “in an one project” didn’t make sense. It should either be “in any project” or “in one project”. --- docs/dev/env.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 33aa821..1691406 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -241,7 +241,7 @@ pyenv of the Python interpreter to be installed at the same time. This solves the problem of having different projects requiring different versions of Python. For example, it becomes very easy to install Python 2.7 for compatibility in -an one project, whilst still using Python 3.4 as the default interpreter. +one project, whilst still using Python 3.4 as the default interpreter. pyenv isn't just limited to the CPython versions - it will also install PyPy, anaconda, miniconda, stackless, jython, and ironpython interpreters.