From 3c1bb7bc40f251d1341bc2b06c1c7b19112e3db5 Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Thu, 3 Sep 2009 11:23:25 -0300 Subject: [PATCH] fixed typo in djangoitems doc (thanks anibal) --- docs/experimental/djangoitems.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/experimental/djangoitems.rst b/docs/experimental/djangoitems.rst index 75163baf9..9d4382e05 100644 --- a/docs/experimental/djangoitems.rst +++ b/docs/experimental/djangoitems.rst @@ -5,7 +5,7 @@ DjangoItem ========== DjangoItems are a class of Item that gets its fields definition from a Django -model, yo simply create a DjangoItem and specify to what Django model it +model, you simply create a DjangoItem and specify to what Django model it relates to. Besides of getting the model fields defined on your Item, DjangoItem provides a