From: Georg Brandl Date: Fri, 1 Feb 2008 19:24:01 +0000 (+0000) Subject: Wording nit. X-Git-Tag: v2.6a1~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7be67ff2e032eb8bd26dd3d6c7b51f175ed0b77b;p=python Wording nit. --- 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/*