From eed6dc112deec69b7ab26bc0b577a576cb90291c Mon Sep 17 00:00:00 2001 From: Hunter H Date: Sat, 4 Jun 2016 18:02:36 -0700 Subject: [PATCH] Fixed constant spelling (fixes #67) --- googleplaces/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googleplaces/types.py b/googleplaces/types.py index cccf330..19c32e3 100644 --- a/googleplaces/types.py +++ b/googleplaces/types.py @@ -138,7 +138,7 @@ # autocomplete types AC_TYPE_GEOCODE = 'geocode' -AC_TYPE_ADDDRESS = 'address' +AC_TYPE_ADDRESS = 'address' AC_TYPE_ESTABLISHMENT = 'establishment' AC_TYPE_REGIONS = '(regions)' AC_TYPE_CITIES = '(cities)'