Skip to content

Commit 1a5d942

Browse files
committed
Fix Xcode typo
1 parent 95b5c79 commit 1a5d942

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/starting/install/osx.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ Doing it Right
2222
Let's install a real version of Python.
2323

2424
Before installing Python, you'll need to install GCC. GCC can be obtained
25-
by downloading `XCode <http://developer.apple.com/xcode/>`_, the smaller
25+
by downloading `Xcode <http://developer.apple.com/xcode/>`_, the smaller
2626
`Command Line Tools <https://developer.apple.com/downloads/>`_ (must have an
2727
Apple account) or the even smaller `OSX-GCC-Installer <https://github.com/kennethreitz/osx-gcc-installer#readme>`_
2828
package.
2929

3030
.. note::
31-
If you already have XCode installed, do not install OSX-GCC-Installer.
31+
If you already have Xcode installed, do not install OSX-GCC-Installer.
3232
In combination, the software can cause issues that are difficult to
3333
diagnose.
3434

3535
.. note::
36-
If you perform a fresh install of XCode, you will also need to add the
36+
If you perform a fresh install of Xcode, you will also need to add the
3737
commandline tools by running ``xcode-select --install`` on the terminal.
3838

3939
While OS X comes with a large number of UNIX utilities, those familiar with

0 commit comments

Comments
 (0)