From 3b2a173f3aaac57d419c8cf6fd0e78f7aa2ae9c4 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Tue, 8 Mar 2022 20:53:30 +0100 Subject: [PATCH] Apply review suggestion Co-authored-by: Brett Cannon --- packaging/tags.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packaging/tags.py b/packaging/tags.py index 952ba06b..1a4574b4 100644 --- a/packaging/tags.py +++ b/packaging/tags.py @@ -358,9 +358,8 @@ def mac_platforms( if version is None: version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) if version == (10, 16): - # when built against an older macOS SDK, python will report macOS 10.16 - # instead of the real version - # let's get the real version + # When built against an older macOS SDK, Python will report macOS 10.16 + # instead of the real version. version_str = subprocess.run( [ sys.executable,