From 3ce8c12ae660edd0619ba15a98eebfb29e6f31de Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 7 May 2016 12:28:20 -0400 Subject: [PATCH] Place schema: wrong type for alt_names --- gramps/gen/lib/place.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/lib/place.py b/gramps/gen/lib/place.py index a178358eb..2bfa87529 100644 --- a/gramps/gen/lib/place.py +++ b/gramps/gen/lib/place.py @@ -153,7 +153,7 @@ class Place(CitationBase, NoteBase, MediaBase, UrlBase, PrimaryObject): "lat": str, "placeref_list": [PlaceRef], "name": PlaceName, - "alt_names": [str], + "alt_names": [PlaceName], "place_type": PlaceType, "code": str, "alt_loc": [Location],