diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-23 14:31:08 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-23 14:31:08 +0000 |
| commit | fffe1d1472232ae6baaff446b0aec580a5567c7d (patch) | |
| tree | c3e8a63bd1b42573880bf39580ee892215f28e38 /docs/forms.txt | |
| parent | 928832d6e03c8e1b86c9fcf2b4819c0625c920d0 (diff) | |
Fixed #406 -- Fixed small typo in docs/forms.txt. Thanks, Tom Haddon
git-svn-id: http://code.djangoproject.com/svn/django/trunk@546 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/forms.txt')
| -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 eda61c0587..5e2ddcdeed 100644 --- a/docs/forms.txt +++ b/docs/forms.txt @@ -15,7 +15,7 @@ code. It is, and this document explains how the framework works. needing to do more than simple creation/updating. We'll take a top-down approach to examining Django's form validation framework, -becuase much of the time you won't need to use the lower-level APIs. Throughout +because much of the time you won't need to use the lower-level APIs. Throughout this document, we'll be working with the following model, a "place" object:: PLACE_TYPES = ( |
