@@ -27,7 +27,7 @@ instructions please see the :ref:`setup guide <setup>`.
2727 git clone https://github.com/<your_username>/cpython
2828 cd cpython
2929
30- 3. Build Python, on UNIX and Mac OS use::
30+ 3. Build Python, on UNIX and macOS use::
3131
3232 ./configure --with-pydebug && make -j
3333
@@ -40,13 +40,13 @@ instructions please see the :ref:`setup guide <setup>`.
4040 See also :ref:`more detailed instructions <compiling>`,
4141 :ref:`how to install and build dependencies <build-dependencies>`,
4242 and the platform-specific pages for :ref:`UNIX <unix-compiling>`,
43- :ref:`Mac OS <MacOS> `, and :ref:`Windows <windows-compiling>`.
43+ :ref:`macOS `, and :ref:`Windows <windows-compiling>`.
4444
45454. :ref: `Run the tests <runtests >`::
4646
4747 ./python -m test -j3
4848
49- On :ref:`most <mac-python.exe>` Mac OS X systems, replace :file:`./python`
49+ On :ref:`most <mac-python.exe>` macOS systems, replace :file:`./python`
5050 with :file:`./python.exe`. On Windows, use :file:`python.bat`.
5151
52525. Create a new branch where your work for the issue will go, e.g.::
@@ -188,7 +188,6 @@ Key Resources
188188* Source code
189189 * `Browse online <https://github.com/python/cpython/ >`_
190190 * `Snapshot of the *main* branch <https://github.com/python/cpython/archive/main.zip >`_
191- * `Daily OS X installer <https://buildbot.python.org/daily-dmg/ >`_
192191* PEPs _ (Python Enhancement Proposals)
193192* :ref: `help `
194193* :ref: `developers `
0 commit comments