From a73aef932c5bb170c370753baacc6085a8cf80dd Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 11 Feb 2022 22:17:21 -0600 Subject: [PATCH] Fix errant update Search and replace was a bit overzealous. --- docs/api-guide/renderers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/renderers.md b/docs/api-guide/renderers.md index 3f1869fa7..67dff441c 100644 --- a/docs/api-guide/renderers.md +++ b/docs/api-guide/renderers.md @@ -271,7 +271,7 @@ The request data, as set by the `Response()` instantiation. Optional. If provided, this is the accepted media type, as determined by the content negotiation stage. -Depending on the client's `Accept:` header, this may be more specific than the renderer's `accepted_media_type` attribute, and may include media type parameters. For example `"application/json; nested=true"`. +Depending on the client's `Accept:` header, this may be more specific than the renderer's `media_type` attribute, and may include media type parameters. For example `"application/json; nested=true"`. ### `renderer_context=None`