Typo in note get_schema (#444)

This commit is contained in:
Paul Culley 2017-08-10 13:55:08 -05:00 committed by GitHub
parent d277b169f1
commit 3311224e48

View File

@ -111,7 +111,7 @@ class Note(BasicPrimaryObject):
"_class": {"enum": [cls.__name__]}, "_class": {"enum": [cls.__name__]},
"handle": {"type": "string", "handle": {"type": "string",
"maxLength": 50, "maxLength": 50,
"title": ("Handle")}, "title": _("Handle")},
"gramps_id": {"type": "string", "gramps_id": {"type": "string",
"title": _("Gramps ID")}, "title": _("Gramps ID")},
"text": StyledText.get_schema(), "text": StyledText.get_schema(),