Skip to content

Commit 9853b5d

Browse files
authored
Merge pull request #950 from apjanke/capitalize-homebrew
Capitalize "Homebrew" consistently"
2 parents cafe323 + dfa8b35 commit 9853b5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/starting/install3/osx.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,19 @@ version of Python 3 as well.
9595
9696
$ python
9797
98-
will launch the homebrew-installed Python 3 interpreter.
98+
will launch the Homebrew-installed Python 3 interpreter.
9999

100100
.. code-block:: console
101101
102102
$ python2
103103
104-
will launch the homebrew-installed Python 2 interpreter (if any).
104+
will launch the Homebrew-installed Python 2 interpreter (if any).
105105

106106
.. code-block:: console
107107
108108
$ python3
109109
110-
will launch the homebrew-installed Python 3 interpreter.
110+
will launch the Homebrew-installed Python 3 interpreter.
111111

112112
If the Homebrew version of Python 2 is installed then ``pip2`` will point to Python 2.
113113
If the Homebrew version of Python 3 is installed then ``pip`` will point to Python 3.

0 commit comments

Comments
 (0)