diff options
| author | tom christie tom@tomchristie.com | 2011-02-04 21:41:53 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-02-04 21:41:53 +0000 |
| commit | eebcdc4dc0e3b34fa76eca638c469b1e79240844 (patch) | |
| tree | c61c91c513114d1400af31aeb948ba8fc71bd994 /docs/index.rst | |
| parent | b4e8ecbec7af5989c0bb533a7ff3c509996ef7d7 (diff) | |
| download | django-rest-framework-eebcdc4dc0e3b34fa76eca638c469b1e79240844.tar.bz2 | |
typo
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 2 |
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`` |
