Skip to content

Commit c4acda4

Browse files
committed
Merge pull request #638 from Grimy/patch-2
env.rst: fix typo
2 parents cee124e + dd2399a commit c4acda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/env.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ pyenv
241241
of the Python interpreter to be installed at the same time. This solves the
242242
problem of having different projects requiring different versions of Python.
243243
For example, it becomes very easy to install Python 2.7 for compatibility in
244-
an one project, whilst still using Python 3.4 as the default interpreter.
244+
one project, whilst still using Python 3.4 as the default interpreter.
245245
pyenv isn't just limited to the CPython versions - it will also install PyPy,
246246
anaconda, miniconda, stackless, jython, and ironpython interpreters.
247247

0 commit comments

Comments
 (0)