diff options
| author | Tom Christie | 2012-10-05 15:22:30 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-10-05 15:22:30 +0100 | 
| commit | 84958d131a29d80acea94dec5260b484556e73d0 (patch) | |
| tree | 2738af716dd989f9fb08fdb979dbea9bc6940fc4 /docs/api-guide/responses.md | |
| parent | 9d8bce8f5b0915223f57d9fe3d4b63029cfc64c2 (diff) | |
| download | django-rest-framework-84958d131a29d80acea94dec5260b484556e73d0.tar.bz2 | |
Doc style tweaks
Diffstat (limited to 'docs/api-guide/responses.md')
| -rw-r--r-- | docs/api-guide/responses.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/api-guide/responses.md b/docs/api-guide/responses.md index 724428f8..b5ad843b 100644 --- a/docs/api-guide/responses.md +++ b/docs/api-guide/responses.md @@ -56,7 +56,7 @@ The `Response` class extends `SimpleTemplateResponse`, and all the usual methods  ## .data -The unrendered content of a `Request` object can be accessed using the `.data` attribute. +The unrendered content of a `Request` object.  ## .status_code @@ -64,7 +64,7 @@ The numeric status code of the HTTP response.  ## .content -The rendered content of the response.  `.render()` must have been called before `.content` can be accessed. +The rendered content of the response.  The `.render()` method must have been called before `.content` can be accessed.  ## .template_name | 
