Fixed #2941 -- Fixed a typo pointed out by jeff@nokrev.com.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2006-10-23 07:59:30 +00:00
parent c60853e288
commit 025980be53
1 changed files with 1 additions and 1 deletions

View File

@ -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``