Merge pull request #218 from tisdall/revert-207-patch-1

Revert "Update __init__.py"
This commit is contained in:
Tres Seaver
2015-04-29 17:00:31 -04:00

View File

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