diff options
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): |
