]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in Apple/__main__.py (#141038)
authorLê Nam Khánh <55955273+khanhkhanhlele@users.noreply.github.com>
Wed, 5 Nov 2025 07:23:25 +0000 (14:23 +0700)
committerGitHub <noreply@github.com>
Wed, 5 Nov 2025 07:23:25 +0000 (15:23 +0800)
Corrected a typo in a return value docstring.

Apple/__main__.py

index 34744871f681ea7b9c634354758704932ed060c6..e76fc3517987073100e7abd77df26595c91d10b7 100644 (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: