diff options
| author | Stephan Groß | 2013-05-28 07:39:56 -0700 |
|---|---|---|
| committer | Stephan Groß | 2013-05-28 07:39:56 -0700 |
| commit | f6d7f54fc15ed3bb97b1d97ff1ecaf99e933660e (patch) | |
| tree | a1c18df58b9b8ae459d1c36ff083855e6c942844 /rest_framework/response.py | |
| parent | 22e1950e1cca237e6edeea3ddc9c798b975c6183 (diff) | |
| parent | 8f35ac4f93c608eaced3f48a46e8922104e09182 (diff) | |
| download | django-rest-framework-f6d7f54fc15ed3bb97b1d97ff1ecaf99e933660e.tar.bz2 | |
Merge pull request #897 from pborreli/typos
Fixed typos
Diffstat (limited to 'rest_framework/response.py')
| -rw-r--r-- | rest_framework/response.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/response.py b/rest_framework/response.py index 110ccb13..3ee52ae0 100644 --- a/rest_framework/response.py +++ b/rest_framework/response.py @@ -1,5 +1,5 @@ """ -The Response class in REST framework is similiar to HTTPResponse, except that +The Response class in REST framework is similar to HTTPResponse, except that it is initialized with unrendered data, instead of a pre-rendered string. The appropriate renderer is called during Django's template response rendering. |
