Skip to content

Commit 11eecde

Browse files
miss-islingtonLê Nam Khánh
andauthored
[3.14] Fix typo in Apple/__main__.py (pythonGH-141038) (python#141039)
Corrected a typo in a return value docstring. (cherry picked from commit 335d83e) Co-authored-by: Lê Nam Khánh <[email protected]>
1 parent 52f1523 commit 11eecde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Apple/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def lib_non_platform_files(dirname, names):
507507
def create_xcframework(platform: str) -> str:
508508
"""Build an XCframework from the component parts for the platform.
509509
510-
:return: The version number of the Python verion that was packaged.
510+
:return: The version number of the Python version that was packaged.
511511
"""
512512
package_path = CROSS_BUILD_DIR / platform
513513
try:

0 commit comments

Comments
 (0)