From 9bc6eb6c3585232cb4919e499e5c3cf15dca2c08 Mon Sep 17 00:00:00 2001 From: Kenneth Schnall Date: Thu, 7 Jul 2016 15:04:18 -0400 Subject: [PATCH] Update parsers.md --- docs/api-guide/parsers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/parsers.md b/docs/api-guide/parsers.md index e1e6d1d65..ef2859fe1 100644 --- a/docs/api-guide/parsers.md +++ b/docs/api-guide/parsers.md @@ -35,7 +35,7 @@ The default set of parsers may be set globally, using the `DEFAULT_PARSER_CLASSE } You can also set the parsers used for an individual view, or viewset, -using the `APIView` class based views. +using the `APIView` class-based views. from rest_framework.parsers import JSONParser from rest_framework.response import Response