aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-02-04 21:41:53 +0000
committertom christie tom@tomchristie.com2011-02-04 21:41:53 +0000
commiteebcdc4dc0e3b34fa76eca638c469b1e79240844 (patch)
treec61c91c513114d1400af31aeb948ba8fc71bd994 /docs/index.rst
parentb4e8ecbec7af5989c0bb533a7ff3c509996ef7d7 (diff)
downloaddjango-rest-framework-eebcdc4dc0e3b34fa76eca638c469b1e79240844.tar.bz2
typo
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a7502966..33eb3431 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``