From a60eda1602566337fa0461824a3bf2f9686f5083 Mon Sep 17 00:00:00 2001 From: Timmy Welch Date: Fri, 20 Sep 2024 13:57:14 -0700 Subject: [PATCH] Typo --- comictalker/talkers/comicvine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comictalker/talkers/comicvine.py b/comictalker/talkers/comicvine.py index 30b2250..9afa091 100644 --- a/comictalker/talkers/comicvine.py +++ b/comictalker/talkers/comicvine.py @@ -172,7 +172,7 @@ class ComicVineTalker(ComicTalker): about: str = ( f"{name} has the largest collection of comic book data available through " f"its public facing API. " - f"

NOTE: Using the default API key will serverly limit access times. A personal API " + f"

NOTE: Using the default API key will severely limit access times. A personal API " f"key will allow for a 10 times increase in online search speed. See the " "Wiki page for " "more information.

"