Fixed #17285 -- Fixed a small typo in SimpleTemplateResponse's doc. Thanks, yorkedork.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17146 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Julien Phalip 2011-11-24 13:17:24 +00:00
parent a89b156284
commit 648adcd35f
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ Methods
Override this method in order to customize template rendering.
.. method:: SimpleTemplateResponse.add_post_rendering_callback
.. method:: SimpleTemplateResponse.add_post_render_callback
Add a callback that will be invoked after rendering has taken
place. This hook can be used to defer certain processing