From b92b58ef962596bb5b18fb35787eebef8f532174 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 30 May 2011 12:46:55 -0400 Subject: [PATCH] fix syntax in makefile --- spelling/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spelling/Makefile b/spelling/Makefile index 58338e1c..67070695 100644 --- a/spelling/Makefile +++ b/spelling/Makefile @@ -2,7 +2,7 @@ help: @echo "sdist - Source distribution" @echo "html - HTML documentation" - @echo "spelling - Check spelling of documentation' + @echo "spelling - Check spelling of documentation" @echo "upload - upload a new release to PyPI" @echo "installwebsite - deploy web version of docs" @echo "develop - install development version"