Skip to content

Commit 3580af8

Browse files
committed
Fix makefile
1 parent 1e346c0 commit 3580af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ default:
1616
@echo ' make check check coding style (PEP-8, PEP-257)'
1717
@echo ' make test run the test suite, report coverage'
1818
@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'
19+
@echo ' make docs creates sphinx documentation in html'
20+
@echo ' make clean cleanup all temporary files'
2121
@echo
2222

2323
install:

0 commit comments

Comments
 (0)