Skip to content

Commit

Permalink
fix: Fix typo in schema.py: vaidated->validated (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
drootnar authored and skorokithakis committed May 23, 2018
1 parent 82a8b03 commit 0dc8499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class SchemaWrongKeyError(SchemaError):

class SchemaMissingKeyError(SchemaError):
"""Error should be raised when a mandatory key is not found within the
data set being vaidated"""
data set being validated"""
pass


Expand Down

0 comments on commit 0dc8499

Please sign in to comment.