File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,11 @@ Cross platform
58
58
59
59
.. note ::
60
60
61
- The output of :func: `platform.machine ` is system-dependent and may differ in casing
62
- and naming conventions across platforms. For example, on Apple Silicon macOS it may
63
- return ``'arm64' `` (lowercase), while on Windows-on-ARM it may return ``'ARM64' `` (uppercase).
64
- If you need consistent results, normalize the output in your code.
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
64
+ it may return ``'ARM64' `` (uppercase). If you need consistent results,
65
+ normalize the output in your code.
65
66
66
67
67
68
.. function :: node()
You can’t perform that action at this time.
0 commit comments