Skip to content

Commit 1bd9d31

Browse files
committed
spelling: macos
Signed-off-by: Josh Soref <[email protected]>
1 parent 14e1cdf commit 1bd9d31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ All notable changes to this project will be documented in this file.
7676
- Added a badge for the code style (Ruff) in the README.
7777
- Added a badge for the license in the README.
7878
- Added CI/CD pipelines for PyPI deployment (including test coverage, compiling extensions and wheels, and uploading to PyPI).
79-
- Resolving issues with compiling Cython extensions on Windows and MacOS.
79+
- Resolving issues with compiling Cython extensions on Windows and macOS.

docs/source/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Installing from PyPI
6767
python -m pip show radius-clustering # show radius-clustering version and location
6868
python -m pip freeze # show all installed packages in the environment
6969

70-
.. tab-item:: MacOS
70+
.. tab-item:: macOS
7171
:class-label: tab-4
7272
:sync: macos
7373

@@ -183,7 +183,7 @@ To install Radius Clustering from the source, you need to have a C and C++ compi
183183
In Build Tools, install C++ toolchain. Ensure that it is added to the system PATH.
184184
You are now ready to install Radius Clustering from source.
185185

186-
.. tab-item:: MacOS
186+
.. tab-item:: macOS
187187
:class-label: tab-4
188188
:sync: macos
189189

0 commit comments

Comments
 (0)