Merge pull request #33 from sam-m888/master

country > county
This commit is contained in:
Doug Blank 2015-06-05 00:33:39 -04:00 committed by Doug Blank
parent 4189799d45
commit 6aeeafe74d

View File

@ -84,7 +84,7 @@ class Researcher(LocationBase):
"street": self.street, "street": self.street,
"locality": self.locality, "locality": self.locality,
"city": self.city, "city": self.city,
"country": self.county, "county": self.county,
"state": self.state, "state": self.state,
"country": self.country, "country": self.country,
"postal": self.postal, "postal": self.postal,