Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed Jul 1, 2016
1 parent 591ef22 commit 429bccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtg_ssm/mtgjson.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 429bccc

Please sign in to comment.