We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709b339 commit c12497eCopy full SHA for c12497e
Makefile
@@ -1346,7 +1346,7 @@ lint-py:
1346
PYTHONPATH=tools/pip $(PYTHON) -m flake8 --count --show-source --statistics .
1347
else
1348
lint-py:
1349
- $(warning Python linting with flake8 is not avalible)
+ $(warning Python linting with flake8 is not available)
1350
$(warning Run 'make lint-py-build')
1351
endif
1352
0 commit comments