1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 19:43:48 -05:00

Correct a typo in python-build

This commit is contained in:
Felix Yan
2019-10-09 06:12:27 +08:00
committed by GitHub
parent 38de38e3d5
commit 4039709dfe

View File

@@ -799,7 +799,7 @@ build_package_standard_install_with_bundled_gems() {
build_package_standard_install "$@"
}
# Backword Compatibility for standard function
# Backward Compatibility for standard function
build_package_standard() {
build_package_standard_build "$@"
build_package_standard_install "$@"