diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-09-25 17:43:13 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-09-25 17:43:13 +0000 |
| commit | 8920f65acd68830ed93d0cce3ee0e33d76e8bec8 (patch) | |
| tree | f3a3d3af899c61e1f16da995eb32fd8493a0b0e2 /docs/forms.txt | |
| parent | a0b78df2bb75ca17e25f9a86796444000982d2b2 (diff) | |
Formatting change to docs/forms.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3839 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/forms.txt')
| -rw-r--r-- | docs/forms.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/forms.txt b/docs/forms.txt index e30a6185d9..2b00cb67d6 100644 --- a/docs/forms.txt +++ b/docs/forms.txt @@ -507,7 +507,7 @@ validator function. For example:: This validator will always be executed for any field it is attached to. -Ready-made Validators +Ready-made validators --------------------- Writing your own validator is not difficult, but there are some situations |
