@@ -196,14 +196,14 @@ macOS
196196
197197macOS uses the ``macosx `` family of tags (the ``x `` suffix is a historical
198198artefact 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
200200with macOS ``x.y `` or later on the architecture ``arch ``.
201201
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
203203the macOS release, respectively. They must both be positive integers, with the
204204``x `` value being ``>= 10 ``. The version number always includes a major *and *
205205minor 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
207207with macOS 11 or later.
208208
209209macOS 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
238238with the given Android API level or later, on the given ABI. Android makes no
239239distinction between physical devices and emulated devices.
240240
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
24324312 (code named "Snow Cone") uses API level 31 or 32, depending on the specific
244244Android version in use. Android's release documentation contains the `full list
245245of Android versions and their corresponding API levels
0 commit comments