Skip to content

Commit 3b2a173

Browse files
mayeutbrettcannon
andauthored
Apply review suggestion
Co-authored-by: Brett Cannon <[email protected]>
1 parent 79f56a2 commit 3b2a173

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packaging/tags.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,8 @@ def mac_platforms(
358358
if version is None:
359359
version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2])))
360360
if version == (10, 16):
361-
# when built against an older macOS SDK, python will report macOS 10.16
362-
# instead of the real version
363-
# let's get the real version
361+
# When built against an older macOS SDK, Python will report macOS 10.16
362+
# instead of the real version.
364363
version_str = subprocess.run(
365364
[
366365
sys.executable,

0 commit comments

Comments
 (0)