Skip to content

Commit

Permalink
fix indent (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash authored and stevepiercy committed Oct 19, 2017
1 parent e081037 commit 3a30c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templates/templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ will act as an event subscriber::
from myapp import helpers

def add_renderer_globals(event):
event['h'] = helpers
event['h'] = helpers

Within the ``main`` function in the same ``__init__``, wire the subscriber up
so that it is called when the ``BeforeRender`` event is emitted::
Expand Down

0 comments on commit 3a30c20

Please sign in to comment.