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:
+1
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user