From 5160a05c5da0119a45821024c781aac242911439 Mon Sep 17 00:00:00 2001 From: Al Date: Mon, 2 May 2016 21:35:12 -0400 Subject: [PATCH] [fix] typo --- scripts/geodata/states/state_abbreviations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/states/state_abbreviations.py b/scripts/geodata/states/state_abbreviations.py index d8648863..14f4740f 100644 --- a/scripts/geodata/states/state_abbreviations.py +++ b/scripts/geodata/states/state_abbreviations.py @@ -50,4 +50,4 @@ class StateAbbreviations(object): return value -state_abbreivations = StateAbbreviations() +state_abbreviations = StateAbbreviations()