[fix] var name

This commit is contained in:
Al
2016-12-25 02:50:29 -05:00
parent 4cf40f8deb
commit 4edaca7d37

View File

@@ -969,7 +969,7 @@ class AddressComponents(object):
seen = set()
if country == JAPAN and component == AddressFormatter.SUBURB:
component_values = sorted(component_values, key=self.japanese_neighborhood_sort_key)
components_values = sorted(components_values, key=self.japanese_neighborhood_sort_key)
for component_value in components_values:
if random_key and not (component in (AddressFormatter.STATE_DISTRICT, AddressFormatter.STATE) and not have_city):