mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Correct a typo in python-build
This commit is contained in:
parent
38de38e3d5
commit
4039709dfe
1 changed files with 1 additions and 1 deletions
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in a new issue