Commit 26e8e53c authored by Alex Gaynor's avatar Alex Gaynor
Browse files

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
parent a6cafffb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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):