Skip to content

Commit

Permalink
Fixed #2941 -- Fixed a typo pointed out by jeff@nokrev.com.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Oct 23, 2006
1 parent c60853e commit 025980b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/forms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ fails. If no message is passed in, a default message is used.
``ValidateIfOtherFieldEquals``
Takes three parameters: ``other_field``, ``other_value`` and
``validator_list``, in that order. If ``other_field`` has a value of
``other_vaue``, then the validators in ``validator_list`` are all run
``other_value``, then the validators in ``validator_list`` are all run
against the current field.

``RequiredIfOtherFieldNotGiven``
Expand Down

0 comments on commit 025980b

Please sign in to comment.