Merge pull request #207 from jpemberthy/patch-1

Update __init__.py
This commit is contained in:
Steve Piercy
2015-02-19 13:06:17 -08:00

View File

@@ -1893,7 +1893,7 @@ class _SchemaNode(object):
@staticmethod
def schema_type():
raise NotImplementedError(
'Schema node construction without a typ argument or '
'Schema node construction without a type argument or '
'a schema_type() callable present on the node class '
)