From b5fa25cfcf916151eb3fa49c888aa050b94ca603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Nam=20Kh=C3=A1nh?= <55955273+khanhkhanhlele@users.noreply.github.com> Date: Wed, 5 Nov 2025 14:23:25 +0700 Subject: [PATCH] Fix typo in Apple/__main__.py (GH-141038) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected a typo in a return value docstring. (cherry picked from commit 335d83ec0492779b7fbf2293690f06971cc9d04a) Co-authored-by: Lê Nam Khánh <55955273+khanhkhanhlele@users.noreply.github.com> --- Apple/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apple/__main__.py b/Apple/__main__.py index 34744871f681ea..e76fc351798707 100644 --- a/Apple/__main__.py +++ b/Apple/__main__.py @@ -507,7 +507,7 @@ def lib_non_platform_files(dirname, names): def create_xcframework(platform: str) -> str: """Build an XCframework from the component parts for the platform. - :return: The version number of the Python verion that was packaged. + :return: The version number of the Python version that was packaged. """ package_path = CROSS_BUILD_DIR / platform try: