Skip to content

Commit 54d61aa

Browse files
committed
docs: Fix to say "macos" instead of "mac" for the OS
See [1]. [1]: https://github.com/nexB/python-inspector/blob/a5891f4444f9ecbc4715b87b0f1b99f0e467ce71/etc/scripts/utils_thirdparty.py#L151 Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent a5891f4 commit 54d61aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/dependencies-design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ selecting pre-built binary packages (options can be repeated):
198198
- ``--python-version <python_version>``: the Python version(s) to use for
199199
wheels and dependency resolution. Can be repeated.
200200
- ``--operating-system <os>`` : The OS(ses) to use for wheels: one of
201-
linux, mac or windows. Can be repeated.
201+
linux, macos or windows. Can be repeated.
202202

203203
Notes: the assumption is that we only support X86/64 by default as an
204204
architecture for now. We could refine this later with support for

0 commit comments

Comments
 (0)