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", },