From eebcdc4dc0e3b34fa76eca638c469b1e79240844 Mon Sep 17 00:00:00 2001 From: "tom christie tom@tomchristie.com" Date: Fri, 4 Feb 2011 21:41:53 +0000 Subject: [PATCH] typo --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index a7502966d..33eb3431e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -117,7 +117,7 @@ Here's the models we're working from in this example. It's usually a good idea .. include:: ../examples/modelresourceexample/models.py :literal: -Now that we've got some models and a urlconf, there's very little code to write. We'll create a :class:`.ModelResource` to map to instances of our models, and a top level :class:`.RootModelResource` to list the existing instance and to create new instances. +Now that we've got some models and a urlconf, there's very little code to write. We'll create a :class:`.ModelResource` to map to instances of our models, and a top level :class:`.RootModelResource` to list the existing instances and to create new instances. ``views.py``