From 9d29892f5636cd2e938b70d9562f4ce55c9cba20 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 5 Jan 2007 05:22:36 +0000 Subject: [PATCH] Fixed ReST error in docs/newforms.txt from [4288] git-svn-id: http://code.djangoproject.com/svn/django/trunk@4289 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/newforms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/newforms.txt b/docs/newforms.txt index 740bbf9d26..2a5a149690 100644 --- a/docs/newforms.txt +++ b/docs/newforms.txt @@ -658,7 +658,7 @@ We've specified ``auto_id=False`` to simplify the output:: Comment: ``initial`` -~~~~~~~ +~~~~~~~~~~~ The ``initial`` argument lets you specify the initial value to use when rendering this ``Field`` in an unbound ``Form``.