Skip to content

Commit ec59551

Browse files
committed
Update parsers.md
s/renderers/parsers/
1 parent 2bcad32 commit ec59551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/parsers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The default set of parsers may be set globally, using the `DEFAULT_PARSER_CLASSE
3434
)
3535
}
3636

37-
You can also set the renderers used for an individual view, or viewset,
37+
You can also set the parsers used for an individual view, or viewset,
3838
using the `APIView` class based views.
3939

4040
from rest_framework.parsers import YAMLParser

0 commit comments

Comments
 (0)