Skip to content

Commit dd2399a

Browse files
committed
env.rst: fix typo
“in an one project” didn’t make sense. It should either be “in any project” or “in one project”.
1 parent cee124e commit dd2399a

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)