Skip to content

Commit e3be31b

Browse files
authored
macOS is the new name for Mac OS (pandas-dev#37214)
1 parent 61693b5 commit e3be31b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/development/contributing.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ You will need `Build Tools for Visual Studio 2017
206206
scrolling down to "All downloads" -> "Tools for Visual Studio 2019".
207207
In the installer, select the "C++ build tools" workload.
208208

209-
**Mac OS**
209+
**macOS**
210210

211211
Information about compiler installation can be found here:
212212
https://devguide.python.org/setup/#macos
@@ -299,7 +299,7 @@ Creating a Python environment (pip)
299299
If you aren't using conda for your development environment, follow these instructions.
300300
You'll need to have at least Python 3.6.1 installed on your system.
301301

302-
**Unix**/**Mac OS with virtualenv**
302+
**Unix**/**macOS with virtualenv**
303303

304304
.. code-block:: bash
305305
@@ -318,7 +318,7 @@ You'll need to have at least Python 3.6.1 installed on your system.
318318
python setup.py build_ext --inplace -j 4
319319
python -m pip install -e . --no-build-isolation --no-use-pep517
320320
321-
**Unix**/**Mac OS with pyenv**
321+
**Unix**/**macOS with pyenv**
322322

323323
Consult the docs for setting up pyenv `here <https://github.com/pyenv/pyenv>`__.
324324

0 commit comments

Comments
 (0)