Update renderers.md

This commit is contained in:
Kenneth Schnall 2016-07-07 15:05:04 -04:00 committed by Ken Schnall
parent ddcf4c89d8
commit 9dfdce8e4a

View File

@ -28,7 +28,7 @@ The default set of renderers may be set globally, using the `DEFAULT_RENDERER_CL
}
You can also set the renderers used for an individual view, or viewset,
using the `APIView` class based views.
using the `APIView` class-based views.
from django.contrib.auth.models import User
from rest_framework.renderers import JSONRenderer