aboutsummaryrefslogtreecommitdiffstats
path: root/examples/sandbox
diff options
context:
space:
mode:
authorMarko Tibold2011-12-12 22:20:09 +0100
committerMarko Tibold2011-12-12 22:20:09 +0100
commit8cd7ab14228cdfc308a1e4796016b5c00bdf8d8e (patch)
treea565afee7e4fb9aca9f7a33ac2adef67cf814336 /examples/sandbox
parentac18bea009e93044e47b4f7a6286f0e1414128c3 (diff)
downloaddjango-rest-framework-8cd7ab14228cdfc308a1e4796016b5c00bdf8d8e.tar.bz2
typo
Diffstat (limited to 'examples/sandbox')
-rw-r--r--examples/sandbox/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sandbox/views.py b/examples/sandbox/views.py
index 29f2e3ce..ecf62165 100644
--- a/examples/sandbox/views.py
+++ b/examples/sandbox/views.py
@@ -7,7 +7,7 @@ from djangorestframework.views import View
class Sandbox(View):
"""This is the sandbox for the examples provided with [Django REST framework](http://django-rest-framework.org).
- These examples are provided to help you get a better idea of the some of the features of RESTful APIs created using the framework.
+ These examples are provided to help you get a better idea of some of the features of RESTful APIs created using the framework.
All the example APIs allow anonymous access, and can be navigated either through the browser or from the command line...