fixed another doc typo

This commit is contained in:
Pablo Hoffman 2009-09-03 14:31:00 -03:00
parent 760cf452c5
commit 8a715701ec
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ DjangoItem
==========
DjangoItems are a class of Item that gets its fields definition from a Django
model, you simply create a DjangoItem and specify to what Django model it
relates to.
model, you simply create a DjangoItem and specify what Django model it relates
to.
Besides of getting the model fields defined on your Item, DjangoItem provides a
mathod to create and populate a Django model instance with the Item data.