Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlaw committed Jul 11, 2024
1 parent 0c45b77 commit d60fa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ show()
{
echo "Current working directory: " `pwd`
echo "Black version: " `python -c "import black; print(black.__version__)"`
echo "Flake8 versoin: " `python -c "import flake8; print(flake8.__version__)"`
echo "Flake8 version: " `python -c "import flake8; print(flake8.__version__)"`
echo "Python version: " `python -c "import platform; print(platform.python_version())"`
echo "NumPy version: " `python -c "import numpy; print(numpy.__version__)"`
echo "SciPy version: " `python -c "import scipy; print(scipy.__version__)"`
Expand Down

0 comments on commit d60fa39

Please sign in to comment.