Skip to content

Commit f346574

Browse files
authored
DOC: OSX -> macOS (#43193)
1 parent ea9ed11 commit f346574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/development/contributing_codebase.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ run this command, though it may take longer::
181181

182182
git diff upstream/master --name-only -- "*.py" | xargs -r flake8
183183

184-
Note that on OSX, the ``-r`` flag is not available, so you have to omit it and
184+
Note that on macOS, the ``-r`` flag is not available, so you have to omit it and
185185
run this slightly modified command::
186186

187187
git diff upstream/master --name-only -- "*.py" | xargs flake8
@@ -244,7 +244,7 @@ Alternatively, you can run a command similar to what was suggested for ``black``
244244

245245
git diff upstream/master --name-only -- "*.py" | xargs -r isort
246246

247-
Where similar caveats apply if you are on OSX or Windows.
247+
Where similar caveats apply if you are on macOS or Windows.
248248

249249
You can then verify the changes look ok, then git :any:`commit <contributing.commit-code>` and :any:`push <contributing.push-code>`.
250250

0 commit comments

Comments
 (0)