summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-02-01 19:24:01 (GMT)
committerGeorg Brandl <georg@python.org>2008-02-01 19:24:01 (GMT)
commit7be67ff2e032eb8bd26dd3d6c7b51f175ed0b77b (patch)
tree1826b453d2ca73d7efaf4782e0e0ad982cc983f8 /Doc
parentd491d719030de0fbe3ba74d391d043ad00388441 (diff)
downloadcpython-7be67ff2e032eb8bd26dd3d6c7b51f175ed0b77b.zip
cpython-7be67ff2e032eb8bd26dd3d6c7b51f175ed0b77b.tar.gz
cpython-7be67ff2e032eb8bd26dd3d6c7b51f175ed0b77b.tar.bz2
Wording nit.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index c3f3a2d..d893b79 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/*