commit | 7be67ff2e032eb8bd26dd3d6c7b51f175ed0b77b | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Feb 01 19:24:01 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Feb 01 19:24:01 2008 +0000 |
tree | 1826b453d2ca73d7efaf4782e0e0ad982cc983f8 | |
parent | d491d719030de0fbe3ba74d391d043ad00388441 [diff] |
Wording nit.
diff --git a/Doc/Makefile b/Doc/Makefile index c3f3a2d..d893b79 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -74,8 +74,8 @@ linkcheck: BUILDER = linkcheck linkcheck: build - @echo "Link check complete; look for any errors in the above or in" \ - "build/$(BUILDER)/output.txt" + @echo "Link check complete; look for any errors in the above output "\ + "or in build/$(BUILDER)/output.txt" clean: -rm -rf build/*