@@ -196,14 +196,14 @@ macOS
196
196
197
197
macOS uses the ``macosx `` family of tags (the ``x `` suffix is a historical
198
198
artefact of Apple's official macOS naming scheme). The schema for compatibility
199
- tags is :file: `macosx_{ x } _{ y } _{ arch } ` ` , indicating that the wheel is compatible
199
+ tags is :file: `macosx_{ x } _{ y } _{ arch } `, indicating that the wheel is compatible
200
200
with macOS ``x.y `` or later on the architecture ``arch ``.
201
201
202
- The value of ``x `` and ``y `` correspond to the major and minor version number of
202
+ The values of ``x `` and ``y `` correspond to the major and minor version number of
203
203
the macOS release, respectively. They must both be positive integers, with the
204
204
``x `` value being ``>= 10 ``. The version number always includes a major *and *
205
205
minor version, even if Apple's official version numbering only refers to
206
- the major value. For example, a ``macosx_11_0_arm64 `` indicates compatibility
206
+ the major value. For example, ``macosx_11_0_arm64 `` indicates compatibility
207
207
with macOS 11 or later.
208
208
209
209
macOS binaries can be compiled for a single architecture, or can include support
@@ -238,8 +238,8 @@ Android uses the schema :file:`android_{api_level}_{abi}`, indicating compatibil
238
238
with the given Android API level or later, on the given ABI. Android makes no
239
239
distinction between physical devices and emulated devices.
240
240
241
- The API level should be a positive integer. Note that this value is the API
242
- level, and * not * the user-facing Android version. The release known as Android
241
+ The API level should be a positive integer. This is * not * the same thing as
242
+ the user-facing Android version. For example, the release known as Android
243
243
12 (code named "Snow Cone") uses API level 31 or 32, depending on the specific
244
244
Android version in use. Android's release documentation contains the `full list
245
245
of Android versions and their corresponding API levels
0 commit comments