File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
4949inplace : clean
You can’t perform that action at this time.
0 commit comments