diff options
author | Georg Brandl <georg@python.org> | 2008-02-01 19:24:01 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-01 19:24:01 +0000 |
commit | 7be67ff2e032eb8bd26dd3d6c7b51f175ed0b77b (patch) | |
tree | 1826b453d2ca73d7efaf4782e0e0ad982cc983f8 | |
parent | d491d719030de0fbe3ba74d391d043ad00388441 (diff) | |
download | cpython-git-7be67ff2e032eb8bd26dd3d6c7b51f175ed0b77b.tar.gz |
Wording nit.
-rw-r--r-- | Doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index c3f3a2dbd4..d893b79ab6 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -74,8 +74,8 @@ changes: build 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/* |