Skip to content

Commit 8efcb63

Browse files
committed
Correct a typo in a comment
1 parent 9dfc734 commit 8efcb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.package_name}}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ dist:
152152
@python setup.py bdist_wheel
153153

154154

155-
# help: dist-test - test a whell distribution package
155+
# help: dist-test - test a wheel distribution package
156156
.PHONY: dist-test
157157
dist-test: dist
158158
@cd dist && \

0 commit comments

Comments
 (0)