From b888a4589e3e3091bb0418ffd5f277a339bf8969 Mon Sep 17 00:00:00 2001 From: Hyunwoo Park Date: Fri, 2 Feb 2018 17:16:09 +0900 Subject: [PATCH] Make it simpler again --- pelican/tools/pelican_quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/tools/pelican_quickstart.py b/pelican/tools/pelican_quickstart.py index 34bd7863..eeda89bd 100755 --- a/pelican/tools/pelican_quickstart.py +++ b/pelican/tools/pelican_quickstart.py @@ -267,7 +267,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 & simple HTTP script ' + develop = ask('Do you want an auto-reload HTTP script ' 'to assist with theme and site development?', bool, True) if automation: