diff options
| author | Pascal Borreli | 2013-05-28 15:09:23 +0100 |
|---|---|---|
| committer | Pascal Borreli | 2013-05-28 15:09:23 +0100 |
| commit | 8f35ac4f93c608eaced3f48a46e8922104e09182 (patch) | |
| tree | 55b394b57fc7b0e40283d89dc23dd0b41dfc074d /rest_framework/response.py | |
| parent | 7123f0b1e6b29778c41476341bd2370f60c279fa (diff) | |
| download | django-rest-framework-8f35ac4f93c608eaced3f48a46e8922104e09182.tar.bz2 | |
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. |
