From 429bcccb11fe70d4a9b1becf0aa644ea748b812d Mon Sep 17 00:00:00 2001 From: George Leslie-Waksman Date: Fri, 1 Jul 2016 00:51:15 -0700 Subject: [PATCH] Typo. --- mtg_ssm/mtgjson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtg_ssm/mtgjson.py b/mtg_ssm/mtgjson.py index f242209..39c98a7 100644 --- a/mtg_ssm/mtgjson.py +++ b/mtg_ssm/mtgjson.py @@ -40,7 +40,7 @@ def fetch_mtgjson(data_path): local_version = (0, 0, 0) try: - print('Checking remove vs local version of mtgjson data.') + print('Checking remote vs local version of mtgjson data.') ver_req = requests.get(MTGJSON_ADDRESS + VERSION_FILENAME) ver_req.raise_for_status()