Always use parentheses when documenting a method with no arguments.

This commit is contained in:
Baptiste Mispelon 2014-01-22 22:26:10 +01:00
parent 79e1d6ebd7
commit 05d36dc06e
11 changed files with 36 additions and 36 deletions

View file

@ -99,7 +99,7 @@ Methods
Override this method in order to customize template rendering.
.. method:: SimpleTemplateResponse.add_post_render_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