Fix typo in Clicky docs

This commit is contained in:
Joost Cassee 2011-10-30 16:39:33 +01:00
parent 95f0307787
commit ffde47442d

View file

@ -87,7 +87,7 @@ the data that is tracked by Clicky can be customized by setting the
:data:`clicky_custom` Javascript variable before loading the tracking
code. Using template context variables, you can let the :ttag:`clicky`
tag pass custom data to Clicky automatically. You can set the context
variables in your view when your render a template containing the
variables in your view when you render a template containing the
tracking code::
context = RequestContext({'clicky_title': 'A better page title'})