Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
vaidik committed Aug 4, 2014
1 parent 5f88be2 commit 74a5261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Basic Usage
'Mark Ruffalo'
],
'is_3d': 'True',
'release_year': 2014
'release_year': 9000
}
result, errors = MovieValidator().validate(payload)
assert result and errors is None, 'Validation failed.\n%s' % json.dumps(errors, indent=2)
Expand Down

0 comments on commit 74a5261

Please sign in to comment.