mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Fix typo in Apple/__main__.py (#141038)
Corrected a typo in a return value docstring.
This commit is contained in:
parent
1ae900424b
commit
335d83ec04
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ def lib_non_platform_files(dirname, names):
|
||||||
def create_xcframework(platform: str) -> str:
|
def create_xcframework(platform: str) -> str:
|
||||||
"""Build an XCframework from the component parts for the platform.
|
"""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
|
package_path = CROSS_BUILD_DIR / platform
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue