diff options
| author | Simon Meers <simon@simonmeers.com> | 2011-03-22 23:16:22 +0000 |
|---|---|---|
| committer | Simon Meers <simon@simonmeers.com> | 2011-03-22 23:16:22 +0000 |
| commit | 8e7030d2639ee9b0d832fe56dbcdac59e89b679a (patch) | |
| tree | 5b581870de209c6e3168c6c0fb0d9c8e89f916e3 | |
| parent | 66594beae7785bb811436b4f9a1277197a74c7c2 (diff) | |
Fixed typo in forms API documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15896 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/ref/forms/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index 4a96779467..81544ca2b5 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -384,7 +384,7 @@ errors. For example, you might want to present required form rows in bold and highlight errors in red. The :class:`Form` class has a couple of hooks you can use to add ``class`` -attributes to required rows or to rows with errors: simple set the +attributes to required rows or to rows with errors: simply set the :attr:`Form.error_css_class` and/or :attr:`Form.required_css_class` attributes:: |
