[fix] var name
This commit is contained in:
@@ -1501,7 +1501,7 @@ class AddressComponents(object):
|
|||||||
|
|
||||||
for props, component in (tagged or []):
|
for props, component in (tagged or []):
|
||||||
if component == AddressFormatter.CITY:
|
if component == AddressFormatter.CITY:
|
||||||
if self.unambiguous_wikipedia(component, language):
|
if self.unambiguous_wikipedia(props, language):
|
||||||
unambiguous_city = True
|
unambiguous_city = True
|
||||||
|
|
||||||
if 'population' in props:
|
if 'population' in props:
|
||||||
|
|||||||
Reference in New Issue
Block a user