From 788c07446df67c4d5ef62827ffa02a6b0798c280 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Thu, 6 Jan 2022 11:34:33 +0100 Subject: [PATCH] Fixed typo --- blag/blag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()