Skip to content

Commit

Permalink
Merge pull request #253 from djds23/master
Browse files Browse the repository at this point in the history
Fix typo in _run_validation_chain documentation
  • Loading branch information
crast committed Feb 15, 2016
2 parents 389aebe + 71ecbf0 commit 4b4712c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wtforms/fields/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def _run_validation_chain(self, form, validators):
"""
Run a validation chain, stopping if any validator raises StopValidation.
:param form: The Form instance this field beongs to.
:param form: The Form instance this field belongs to.
:param validators: a sequence or iterable of validator callables.
:return: True if validation was stopped, False otherwise.
"""
Expand Down

0 comments on commit 4b4712c

Please sign in to comment.