Skip to content

Commit a38e3ae

Browse files
authored
Merge pull request realpython#905 from getschomp/master
Fix typo in osx.rst
2 parents aa682c5 + 2857fda commit a38e3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/starting/install3/osx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The rest of the guide will assume that ``python`` references Python 3.
107107
# Do I have a Python 3 installed?
108108
$ python --version
109109
Python 3.6.4 # Success!
110-
# If you still see 2.7 ensure in PATH /usr/local/bin/ takes pecedence over /usr/bin/
110+
# If you still see 2.7 ensure in PATH /usr/local/bin/ takes precedence over /usr/bin/
111111
112112
Pipenv & Virtual Environments
113113
-----------------------------

0 commit comments

Comments
 (0)