Skip to content

Commit 8c52290

Browse files
committed
Capitalisation
1 parent 247809a commit 8c52290

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ help:
3333
@echo "Welcome to Pillow development. Please use \`make <target>\` where <target> is one of"
3434
@echo " clean remove build products"
3535
@echo " coverage run coverage test (in progress)"
36-
@echo " doc make html docs"
37-
@echo " docserve run an http server on the docs directory"
36+
@echo " doc make HTML docs"
37+
@echo " docserve run an HTTP server on the docs directory"
3838
@echo " html to make standalone HTML files"
3939
@echo " inplace make inplace extension"
4040
@echo " install make and install"
4141
@echo " install-coverage make and install with C coverage"
4242
@echo " install-venv (deprecated) install in virtualenv"
4343
@echo " lint run the lint checks"
44-
@echo " lint-fix run black and isort to (mostly) fix lint issues."
44+
@echo " lint-fix run Black and isort to (mostly) fix lint issues"
4545
@echo " release-test run code and package tests before release"
46-
@echo " test run tests on installed pillow"
46+
@echo " test run tests on installed Pillow"
4747

4848
.PHONY: inplace
4949
inplace: clean

0 commit comments

Comments
 (0)