very minor typo in code example

This commit is contained in:
dpetzel 2014-04-28 13:51:50 -04:00
parent 21810d2643
commit 5e8f05a8de

View File

@ -56,7 +56,7 @@ You can also set the authentication policy on a per-view, or per-viewset basis,
using the `APIView` class based views.
from rest_framework.permissions import IsAuthenticated
from rest_framework.responses import Response
from rest_framework.response import Response
from rest_framework.views import APIView
class ExampleView(APIView):