From 8920f65acd68830ed93d0cce3ee0e33d76e8bec8 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 25 Sep 2006 17:43:13 +0000 Subject: [PATCH] Formatting change to docs/forms.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3839 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/forms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/forms.txt b/docs/forms.txt index e30a6185d9d48..2b00cb67d6530 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