diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2010-01-10 21:51:14 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2010-01-10 21:51:14 +0000 |
| commit | dd167aa91eff417cf30de3128bf5a83a56c0cd49 (patch) | |
| tree | 9dbaf5ce24334f875994d38cb6b93b1e383ffc2d | |
| parent | 8b9cf79ff645db608f92143d733df24d883a26e9 (diff) | |
Fixed #11976 -- Ended our campaign to add the word 'valdation' to the English language
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/ref/contrib/comments/forms.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/comments/forms.txt b/docs/ref/contrib/comments/forms.txt index af0c59a27e..3eacb5db54 100644 --- a/docs/ref/contrib/comments/forms.txt +++ b/docs/ref/contrib/comments/forms.txt @@ -45,4 +45,4 @@ forms that you can subclass to reuse pieces of the form handling logic: Handles the details of the comment itself. This class contains the ``name``, ``email``, ``url``, and the ``comment`` - field itself, along with the associated valdation logic.
\ No newline at end of file + field itself, along with the associated validation logic.
\ No newline at end of file |
