Skip to content

Commit 0a29cc1

Browse files
mabruzzohenryiii
andauthored
docs: fix a typo in a column-name of the platform-machine table (scikit-build#1096)
Fix a typo in a column-name of the `platform-machine` table --------- Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent d68f5e3 commit 0a29cc1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/configuration/overrides.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@ cmake.version = ">=3.18"
7878

7979
The value of `platform.machine()`. Takes a regex. A few sample values:
8080

81-
| OS | Machine | `platform-system` |
82-
| ------- | ------------ | ----------------- |
83-
| Unix | Intel 64-bit | `x86_64` |
84-
| Linux | Intel 32-bit | `i686` |
85-
| macOS | ARM | `arm64` |
86-
| Linux | ARM | `aarch64` |
87-
| Linux | Power PC | `ppc64le` |
88-
| Linux | s390x | `s390x` |
89-
| Windows | Intel 64-bit | `AMD64` |
90-
| Windows | Intel 32-bit | `x86` |
91-
| Windows | ARM | `ARM64` |
81+
| OS | Machine | `platform-machine` |
82+
| ------- | ---------------- | ------------------ |
83+
| Unix | Intel/AMD 64-bit | `x86_64` |
84+
| Linux | Intel/AMD 32-bit | `i686` |
85+
| macOS | ARM | `arm64` |
86+
| Linux | ARM | `aarch64` |
87+
| Linux | Power PC | `ppc64le` |
88+
| Linux | s390x | `s390x` |
89+
| Windows | Intel/AMD 64-bit | `AMD64` |
90+
| Windows | Intel/AMD 32-bit | `x86` |
91+
| Windows | ARM | `ARM64` |
9292

9393
### `abi-flags` (string)
9494

0 commit comments

Comments
 (0)