Skip to content

Commit d3ed912

Browse files
Minor documentation updates.
Co-authored-by: Daniele Nicolodi <daniele@grinta.net>
1 parent 8ba8974 commit d3ed912

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/reference/environment-variables.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Environment variables used by meson-python
7171
This variable must be set to a major/minor version (e.g., ``13.0`` or
7272
``15.4``).
7373

74-
Note that ``IPHONEOS_DEPLOYMENT_TARGET`` is the *only* permitted mechanism
74+
Note that ``IPHONEOS_DEPLOYMENT_TARGET`` is the only supported mechanism
7575
for specifying the target iOS version. Although the iOS toolchain supports
7676
the use of ``-mios-version-min`` compile and link flags to set the target iOS
7777
version, ``meson-python`` will not set the Python wheel platform tag
@@ -99,7 +99,7 @@ Environment variables used by meson-python
9999
are currently designed to specify compatibility only with major version
100100
number granularity.
101101

102-
Note that ``MACOSX_DEPLOYMENT_TARGET`` is the *only* permitted mechanism for
102+
Note that ``MACOSX_DEPLOYMENT_TARGET`` is the only supported mechanism for
103103
specifying the target macOS version. Although the macOS toolchain supports
104104
the use of ``-mmacosx-version-min`` compile and link flags to set the target
105105
macOS version, ``meson-python`` will not set the Python wheel platform tag

docs/reference/meson-compatibility.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ versions.
5454

5555
.. option:: 1.9.0
5656

57-
Meson 1.9.0 or later is required to support building for ``iOS``.
57+
Meson 1.9.0 or later is required to support building for iOS.
5858

5959
Build front-ends by default build packages in an isolated Python
6060
environment where build dependencies are installed. Most often, unless

0 commit comments

Comments
 (0)