From 3a30c204833e420c29f7de34e5b3ab3c3267ea96 Mon Sep 17 00:00:00 2001 From: uralbash Date: Thu, 19 Oct 2017 16:08:27 +0500 Subject: [PATCH] fix indent (#197) --- docs/templates/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/templates.rst b/docs/templates/templates.rst index acc18bc..1adc346 100644 --- a/docs/templates/templates.rst +++ b/docs/templates/templates.rst @@ -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::