Update __init__.py

Fix typo.
This commit is contained in:
Juan E. Pemberthy
2015-02-19 11:09:07 -08:00
parent b1273ed693
commit 0afcf9b606

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 '
)