diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-07-21 17:04:59 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-07-21 17:04:59 +0000 |
| commit | 882ffc05695777f3b4800a1ec1729dd4a683ccce (patch) | |
| tree | 1010482fa0fa39a6c18785d7d56e2fe8c141d002 /docs | |
| parent | f2c31535a0fdf42b00d2947bbb90cd1b955d89a7 (diff) | |
Fixed reST error in [8024].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -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 792f85a3ac..eb7defdf38 100644 --- a/docs/forms.txt +++ b/docs/forms.txt @@ -4,7 +4,7 @@ The forms library ``django.forms`` is Django's form-handling library. -.. adminition:: Looking for oldforms? +.. admonition:: Looking for oldforms? ``django.forms`` was once called ``newforms`` since it replaced Django's original form/manipulator/validation framework. The old form handling |
