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 1e346c0 commit 3580af8Copy full SHA for 3580af8
Makefile
@@ -16,8 +16,8 @@ default:
16
@echo ' make check check coding style (PEP-8, PEP-257)'
17
@echo ' make test run the test suite, report coverage'
18
@echo ' make tox run the tests on all Python versions'
19
- @echo ' make docs Creates sphinx documentation in html'
20
- @echo ' make clean cleanup all temporary files'
+ @echo ' make docs creates sphinx documentation in html'
+ @echo ' make clean cleanup all temporary files'
21
@echo
22
23
install:
0 commit comments