diff --git a/pelican/tools/pelican_quickstart.py b/pelican/tools/pelican_quickstart.py index 4682c24a..c77a4226 100755 --- a/pelican/tools/pelican_quickstart.py +++ b/pelican/tools/pelican_quickstart.py @@ -263,7 +263,7 @@ needed by Pelican. automation = ask('Do you want to generate a Fabfile/Makefile ' 'to automate generation and publishing?', bool, True) - develop = ask('Do you want an auto-reload & simpleHTTP script ' + develop = ask('Do you want an auto-reload HTTP script ' 'to assist with theme and site development?', bool, True) if automation: