Unverified Commit 5dfcda54 authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #285 from radarhere/typo

Fixed typo
parents c8dd3b09 852ec2b6
......@@ -116,7 +116,7 @@ function macpython_sdk_list_for_version {
function macpython_sdk_for_version {
# assumes the output of macpython_sdk_list_for_version is a list
# of SDK vesions XX.Y in sorted order, eg "10.6 10.9" or "10.9"
# of SDK versions XX.Y in sorted order, eg "10.6 10.9" or "10.9"
echo $(macpython_sdk_list_for_version $1) | awk -F' ' '{print $NF}'
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment