Skip to content

Commit a9c6ed8

Browse files
Improve comments for clarity
Co-authored-by: Nick <[email protected]>
1 parent 0989d17 commit a9c6ed8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ eval "$(pyenv init -)"
8080
eval "$(pyenv virtualenv-init -)"
8181
```
8282

83-
For Linux, Windows Subsystem for Linux (WSL), or on macOS (if you
83+
For Linux, Windows Subsystem for Linux (WSL), or macOS (if you
8484
don't want to use `brew`) you can use
8585
[pyenv/pyenv-installer](https://github.com/pyenv/pyenv-installer) to
8686
install the necessary tools. Before running this ensure that you have

setup-env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ END_OF_LINE
9797

9898
fi
9999
cat << 'END_OF_LINE'
100-
For Linux, Windows Subsystem for Linux (WSL), or on mac OS (if you don't want
100+
For Linux, Windows Subsystem for Linux (WSL), or macOS (if you don't want
101101
to use "brew") you can use https://github.com/pyenv/pyenv-installer to install
102102
the necessary tools. Before running this ensure that you have installed the
103103
prerequisites for your platform according to the pyenv wiki page,
@@ -217,7 +217,7 @@ fi
217217

218218
# Create a new virtual environment for this project
219219
#
220-
# If $PYTHON_VERSION is undefined then the global version of Python will be used.
220+
# If $PYTHON_VERSION is undefined then the current pyenv Python version will be used.
221221
#
222222
# We can't quote ${PYTHON_VERSION:=} below since if the variable is
223223
# undefined then we want nothing to appear; this is the reason for the

0 commit comments

Comments
 (0)