diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2010-10-18 20:29:53 +0000 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2010-10-18 20:29:53 +0000 |
| commit | 26e8e53cf455a74964307aa742c5a979975e33bc (patch) | |
| tree | 0082b298cd4be47baf81c22924b5c25168134933 /docs | |
| parent | a6cafffbf7e7aaf269241f1283f781a9d3eddfb2 (diff) | |
Fixed #14490 -- fixed a typo in the docs. Thanks to gremmie for the report and fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14262 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/class-based-views.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/class-based-views.txt b/docs/topics/class-based-views.txt index 6552921675..eccf69927d 100644 --- a/docs/topics/class-based-views.txt +++ b/docs/topics/class-based-views.txt @@ -476,7 +476,7 @@ specifically designed for rendering content to a HTML response using a template. However, you can write your own mixins that perform different rendering behavior. -For example, you a simple JSON mixin might look something like this:: +For example, a simple JSON mixin might look something like this:: class JSONResponseMixin(object): def render_to_response(self, context): |
