'Response' makes more sense here than 'request'

pull/24540/head
acrewdson 9 years ago committed by Toshio Kuratomi
parent bf42f94021
commit 0f2b3d55b4

@ -81,7 +81,7 @@ options:
default: "GET" default: "GET"
return_content: return_content:
description: description:
- Whether or not to return the body of the request as a "content" key in - Whether or not to return the body of the response as a "content" key in
the dictionary result. If the reported Content-type is the dictionary result. If the reported Content-type is
"application/json", then the JSON is additionally loaded into a key "application/json", then the JSON is additionally loaded into a key
called C(json) in the dictionary results. called C(json) in the dictionary results.

@ -85,7 +85,7 @@ options:
version_added: '2.4' version_added: '2.4'
return_content: return_content:
description: description:
- Whether or not to return the body of the request as a "content" key in - Whether or not to return the body of the response as a "content" key in
the dictionary result. If the reported Content-type is the dictionary result. If the reported Content-type is
"application/json", then the JSON is additionally loaded into a key "application/json", then the JSON is additionally loaded into a key
called C(json) in the dictionary results. called C(json) in the dictionary results.

Loading…
Cancel
Save