Skip to content

Commit fb7f510

Browse files
committed
revise help text
1 parent da9de51 commit fb7f510

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ install:
1616

1717
.PHONY: help
1818
help:
19-
@echo "all: run the \`\`\install\`\\ rule, and also rebuild the cpython docs"
20-
@echo "install: build the package, and install it in the virtual environment"
21-
@echo " at $(CPYTHON_PATH)/Doc/venv"
19+
@echo "all: default rule; run the \`install\` rule, and also rebuild the cpython docs"
20+
@echo "install: build the package, and install it into the virtual environment"
21+
@echo " at $(CPYTHON_PATH)/Doc/venv"

0 commit comments

Comments
 (0)