From cf5db81afe173fef4edbc34828569de34f592b4f Mon Sep 17 00:00:00 2001 From: Jan Giacomelli Date: Tue, 22 Dec 2020 22:04:15 +0100 Subject: [PATCH] Something new --- random_quote_generator/quotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/random_quote_generator/quotes.py b/random_quote_generator/quotes.py index f17b84d..fe25696 100644 --- a/random_quote_generator/quotes.py +++ b/random_quote_generator/quotes.py @@ -6,7 +6,7 @@ quotes = [ "author": "Robert C. Martin", }, { - "quote": "You should name a variable using the same " + "quote": "You should name a variable using the same " "care with which you name a first-born child.", "author": "Robert C. Martin", },