We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c45b77 commit d60fa39Copy full SHA for d60fa39
test.sh
@@ -257,7 +257,7 @@ show()
257
{
258
echo "Current working directory: " `pwd`
259
echo "Black version: " `python -c "import black; print(black.__version__)"`
260
- echo "Flake8 versoin: " `python -c "import flake8; print(flake8.__version__)"`
+ echo "Flake8 version: " `python -c "import flake8; print(flake8.__version__)"`
261
echo "Python version: " `python -c "import platform; print(platform.python_version())"`
262
echo "NumPy version: " `python -c "import numpy; print(numpy.__version__)"`
263
echo "SciPy version: " `python -c "import scipy; print(scipy.__version__)"`
0 commit comments