Skip to content

Commit

Permalink
[hotfix][python] Fix typo of lint-python (#19769)
Browse files Browse the repository at this point in the history
  • Loading branch information
a49a committed May 21, 2022
1 parent 1ff8d3e commit 6d17a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-python/dev/lint-python.sh
Expand Up @@ -182,7 +182,7 @@ function install_wget() {
# The script choose miniconda as our package management tool.
# The script use miniconda to create all kinds of python versions and
# some pakcages including checks such as tox and flake8.
# some packages including checks such as tox and flake8.
function install_miniconda() {
OS_TO_CONDA_URL=("https://repo.continuum.io/miniconda/Miniconda3-4.7.10-MacOSX-x86_64.sh" \
Expand Down

0 comments on commit 6d17a54

Please sign in to comment.