Fix casing of "macOS" (#17040)

This PR fixes a number of spots in English contexts (docs, comments,
etc.) where we were using "MacOS" instead of "macOS".

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2024-08-28 19:10:49 -04:00
committed by GitHub
parent 505675c0b5
commit b374c7d912
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ style.use('ggplot')
<div class="warning">
On MacOS, your system Python will _not_ work. Either set up [pyenv](https://github.com/pyenv/pyenv?tab=readme-ov-file#installation) or use a virtual environment.
On macOS, your system Python will _not_ work. Either set up [pyenv](https://github.com/pyenv/pyenv?tab=readme-ov-file#installation) or use a virtual environment.
</div>