Fix typo in Apple/__main__.py (#141038)

Corrected a typo in a return value docstring.
This commit is contained in:
Lê Nam Khánh 2025-11-05 14:23:25 +07:00 committed by GitHub
parent 1ae900424b
commit 335d83ec04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: