[fix] typo

This commit is contained in:
Al
2016-11-24 03:50:11 -05:00
parent da882a4195
commit 46b7043dc7

View File

@@ -437,7 +437,7 @@ class OpenAddressesFormatter(object):
break
if AddressFormatter.CITY not in components and city_replacements:
components.update({k: v for k, v in six.iteritems(city_replacements) if k not in components)
components.update({k: v for k, v in six.iteritems(city_replacements) if k not in components})
# The neighborhood index is cheaper so can turn on for whole countries
neighborhood_components = []