From 8c572dcfa53134f987846bf19a87fe7249a6f264 Mon Sep 17 00:00:00 2001 From: Xuan Wang Date: Wed, 3 Jan 2024 22:29:34 +0000 Subject: [PATCH] Fix typo --- tools/run_tests/helper_scripts/build_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/helper_scripts/build_python.sh b/tools/run_tests/helper_scripts/build_python.sh index 420144e4d78fa..bae87c496e2a7 100755 --- a/tools/run_tests/helper_scripts/build_python.sh +++ b/tools/run_tests/helper_scripts/build_python.sh @@ -124,7 +124,7 @@ if [[ "$(inside_venv)" ]]; then else # Instantiate the virtualenv from the Python version passed in. $PYTHON -m pip install --user virtualenv==20.25.0 - # Skipp wheel and setuptools and manually install later. Otherwise we might + # Skip wheel and setuptools and manually install later. Otherwise we might # not find cython module while building grpcio. $PYTHON -m virtualenv --no-wheel --no-setuptools "$VENV" VENV_PYTHON="$(pwd)/$VENV/$VENV_RELATIVE_PYTHON"