Skip to content

Commit 5d1679c

Browse files
Aniketsyaisk
andauthored
Update Doc/library/platform.rst
Co-authored-by: AN Long <[email protected]>
1 parent 08b07a2 commit 5d1679c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/platform.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Cross platform
6060

6161
The output of :func:`platform.machine` is system-dependent and may differ
6262
in casing and naming conventions across platforms. For example, on Apple
63-
Silicon macOS it may return ``'arm64'`` (lowercase), while on Windows-on-ARM
63+
Silicon based macOS it may return ``'arm64'`` (lowercase), while on Windows-on-ARM
6464
it may return ``'ARM64'`` (uppercase). If you need consistent results,
6565
normalize the output in your code.
6666

0 commit comments

Comments
 (0)