[fix] var name

This commit is contained in:
Al
2016-11-25 13:41:07 -08:00
parent cdbc102821
commit ef243fbb18

View File

@@ -1501,7 +1501,7 @@ class AddressComponents(object):
for props, component in (tagged or []):
if component == AddressFormatter.CITY:
if self.unambiguous_wikipedia(component, language):
if self.unambiguous_wikipedia(props, language):
unambiguous_city = True
if 'population' in props: