Fix errant update

Search and replace was a bit overzealous.
This commit is contained in:
Josh 2022-02-11 22:17:21 -06:00 committed by GitHub
parent d0f5d15a93
commit a73aef932c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`