Merge pull request #30 from gramps-project/sam-m888-patch-4

spelling correction to stop duplicate key
This commit is contained in:
Doug Blank
2015-06-04 12:46:12 -04:00

View File

@@ -87,7 +87,7 @@ class Location(SecondaryObject, 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,