diff --git a/blag/blag.py b/blag/blag.py index 44350aa..399204e 100644 --- a/blag/blag.py +++ b/blag/blag.py @@ -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()