[fix] var

This commit is contained in:
Al
2017-02-11 01:01:29 -05:00
parent f0dfd7850c
commit 29ba58d68a

View File

@@ -430,7 +430,7 @@ class AddressComponents(object):
t, c = tokens
if stripped and c not in (token_types.IDEOGRAPHIC_CHAR, token_types.IDEOGRAPHIC_NUMBER):
stripped.append(u' ')
if c not in PUNCTUATION_TOKEN_TYPES:
if c not in token_types.PUNCTUATION_TOKEN_TYPES:
stripped.append(t)
name = u''.join(stripped)