Skip to content

Commit

Permalink
Fixed #406 -- Fixed small typo in docs/forms.txt. Thanks, Tom Haddon
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@546 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Aug 23, 2005
1 parent 928832d commit fffe1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/forms.txt
Expand Up @@ -15,7 +15,7 @@ code. It is, and this document explains how the framework works.
needing to do more than simple creation/updating. needing to do more than simple creation/updating.


We'll take a top-down approach to examining Django's form validation framework, 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:: this document, we'll be working with the following model, a "place" object::


PLACE_TYPES = ( PLACE_TYPES = (
Expand Down

0 comments on commit fffe1d1

Please sign in to comment.