Fixed typo

This commit is contained in:
Bastian Venthur
2022-01-06 11:34:33 +01:00
parent c1375a1478
commit 788c07446d

View File

@@ -433,7 +433,7 @@ def quickstart(args):
base_url = input("Hostname (and path) to the root? "
"[https://example.com/]: ")
title = input("Title of your website? ")
description = input("Description of your website [John Does's Blog]? ")
description = input("Description of your website [John Doe's Blog]? ")
author = input("Author of your website [John Doe]? ")
config = configparser.ConfigParser()