From 8a715701ecf493027738022dacc27e8f3bd74d2a Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Thu, 3 Sep 2009 14:31:00 -0300 Subject: [PATCH] fixed another doc typo --- docs/experimental/djangoitems.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/experimental/djangoitems.rst b/docs/experimental/djangoitems.rst index 9d4382e05..24a1a6581 100644 --- a/docs/experimental/djangoitems.rst +++ b/docs/experimental/djangoitems.rst @@ -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.