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
This commit is contained in:
Adrian Holovaty 2007-09-14 18:25:22 +00:00
parent 93f60163e8
commit 9f83beb372
1 changed files with 1 additions and 1 deletions

View File

@ -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 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`` ``help_text``
~~~~~~~~~~~~~ ~~~~~~~~~~~~~