Revert "Update __init__.py"

This commit is contained in:
Tim Tisdall
2015-04-29 13:29:48 -04:00
parent c49b70d58a
commit 05d6f77195

View File

@@ -1893,7 +1893,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 '
)