From 9f83beb372be120d747519033a8c00b6a3b7ac00 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 14 Sep 2007 18:25:22 +0000 Subject: [PATCH] Fixed #5464 -- Fixed typo in docs/newforms.txt. Thanks, ramiro git-svn-id: http://code.djangoproject.com/svn/django/trunk@6196 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 10fa15a1c4e..e9e98944a04 100644 --- a/docs/newforms.txt +++ b/docs/newforms.txt @@ -985,7 +985,7 @@ validation if a particular field's value is not given. ``initial`` values are ~~~~~~~~~~ The ``widget`` argument lets you specify a ``Widget`` class to use when -rendering this ``Field``. See "Widgets"_ below for more information. +rendering this ``Field``. See `Widgets`_ below for more information. ``help_text`` ~~~~~~~~~~~~~