mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 13:14:30 +03:00
typo
This commit is contained in:
parent
ac18bea009
commit
8cd7ab1422
|
@ -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...
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user