We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b07a2 commit 5d1679cCopy full SHA for 5d1679c
Doc/library/platform.rst
@@ -60,7 +60,7 @@ Cross platform
60
61
The output of :func:`platform.machine` is system-dependent and may differ
62
in casing and naming conventions across platforms. For example, on Apple
63
- Silicon macOS it may return ``'arm64'`` (lowercase), while on Windows-on-ARM
+ Silicon based macOS it may return ``'arm64'`` (lowercase), while on Windows-on-ARM
64
it may return ``'ARM64'`` (uppercase). If you need consistent results,
65
normalize the output in your code.
66
0 commit comments