Skip to content

Commit 48052a0

Browse files
Minor tweaks from code review.
Co-authored-by: Malcolm Smith <[email protected]>
1 parent 90638f8 commit 48052a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/specifications/platform-compatibility-tags.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,14 @@ macOS
196196

197197
macOS uses the ``macosx`` family of tags (the ``x`` suffix is a historical
198198
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
200200
with 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
203203
the macOS release, respectively. They must both be positive integers, with the
204204
``x`` value being ``>= 10``. The version number always includes a major *and*
205205
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
207207
with macOS 11 or later.
208208

209209
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
238238
with the given Android API level or later, on the given ABI. Android makes no
239239
distinction 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
243243
12 (code named "Snow Cone") uses API level 31 or 32, depending on the specific
244244
Android version in use. Android's release documentation contains the `full list
245245
of Android versions and their corresponding API levels

0 commit comments

Comments
 (0)