Skip to content

Commit 335d83e

Browse files
Fix typo in Apple/__main__.py (python#141038)
Corrected a typo in a return value docstring.
1 parent 1ae9004 commit 335d83e

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)