Skip to content

Commit d0a8bd4

Browse files
committed
BUG: fix comments
1 parent c6a1337 commit d0a8bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mesonpy/_tags.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ def _get_macosx_platform_tag() -> str:
101101
#
102102
# This results in packaging versions up to 21.3 generating
103103
# platform tags like "macosx_10_16_x86_64" and later versions
104-
# generating "macosx_11_0_x86_64". Using latter would be more
104+
# generating "macosx_11_0_x86_64". Using the latter would be more
105105
# correct but prevents the resulting wheel from being installed on
106106
# systems using packaging 21.3 or earlier (pip 22.3 or earlier).
107107
#
108108
# Fortunately packaging versions carrying the workaround still
109-
# accepts "macosx_11_0_x86_64" as a compatible platform tag. We
109+
# accepts "macosx_10_16_x86_64" as a compatible platform tag. We
110110
# can therefore ignore the issue and generate the slightly
111111
# incorrect tag.
112112

0 commit comments

Comments
 (0)