mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Typo fix.
This commit is contained in:
parent
6f628bb877
commit
dc9fe8a7ba
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ def get_python_lib(plat_specific=0, standard_lib=0, prefix=None):
|
|||
return prefix
|
||||
|
||||
elif os.name == "mac":
|
||||
if platform_specific:
|
||||
if plat_specific:
|
||||
if standard_lib:
|
||||
return os.path.join(EXEC_PREFIX, "Mac", "Plugins")
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue