https://github.com/python/cpython/commit/335d83ec0492779b7fbf2293690f06971cc9d04a
commit: 335d83ec0492779b7fbf2293690f06971cc9d04a
branch: main
author: Lê Nam Khánh <[email protected]>
committer: freakboy3742 <[email protected]>
date: 2025-11-05T15:23:25+08:00
summary:

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

Corrected a typo in a return value docstring.

files:
M Apple/__main__.py

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:

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to