mirror of https://github.com/python/cpython.git
Wording nit.
This commit is contained in:
parent
d491d71903
commit
7be67ff2e0
|
@ -74,8 +74,8 @@ changes: build
|
||||||
|
|
||||||
linkcheck: BUILDER = linkcheck
|
linkcheck: BUILDER = linkcheck
|
||||||
linkcheck: build
|
linkcheck: build
|
||||||
@echo "Link check complete; look for any errors in the above or in" \
|
@echo "Link check complete; look for any errors in the above output "\
|
||||||
"build/$(BUILDER)/output.txt"
|
"or in build/$(BUILDER)/output.txt"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -rf build/*
|
-rm -rf build/*
|
||||||
|
|
Loading…
Reference in New Issue