]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Fix typo in Apple/__main__.py (GH-141038) (#141039)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Nov 2025 21:53:11 +0000 (22:53 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Nov 2025 21:53:11 +0000 (05:53 +0800)
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

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: