From 1feea2634ab7af0f58904929261bde5afdda83d2 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Sat, 2 Mar 2019 20:49:28 +0100 Subject: [PATCH] Fix typo in comments --- sources/marvel/marvel_start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/marvel/marvel_start.py b/sources/marvel/marvel_start.py index 9d8f695..0a88c59 100644 --- a/sources/marvel/marvel_start.py +++ b/sources/marvel/marvel_start.py @@ -24,7 +24,7 @@ def main(): # base url base_url = "http://gateway.marvel.com/v1/public" - # Authorizsation stuff + # Authorization stuff params = dict() params["apikey"] = public_key ts = str(time.time())