Skip to content

Commit d60fa39

Browse files
committed
Fixed typo
1 parent 0c45b77 commit d60fa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ show()
257257
{
258258
echo "Current working directory: " `pwd`
259259
echo "Black version: " `python -c "import black; print(black.__version__)"`
260-
echo "Flake8 versoin: " `python -c "import flake8; print(flake8.__version__)"`
260+
echo "Flake8 version: " `python -c "import flake8; print(flake8.__version__)"`
261261
echo "Python version: " `python -c "import platform; print(platform.python_version())"`
262262
echo "NumPy version: " `python -c "import numpy; print(numpy.__version__)"`
263263
echo "SciPy version: " `python -c "import scipy; print(scipy.__version__)"`

0 commit comments

Comments
 (0)