Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion incoming/incoming.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def _replace_string_args(self):

def validate(self, payload, required=None, strict=None):
'''
Validates a given JSON payload according to the rules defiined for all
Validates a given JSON payload according to the rules defined for all
the fields/keys in the sub-class.

:param dict payload: deserialized JSON object.
Expand Down