Reformat Piwik docstring

This commit is contained in:
Alexandre Pocquet 2015-08-24 11:32:54 +02:00
parent 903ad4eb04
commit a6c91d19d4

View file

@ -58,9 +58,9 @@ def piwik(parser, token):
in the ``PIWIK_DOMAIN_PATH`` and the ``PIWIK_SITE_ID`` setting.
Custom variables can be passed in the ``piwik_vars`` context
variable. It is an iterable of custom variables as tuples like:
variable. It is an iterable of custom variables as tuples like:
``(index, name, value[, scope])`` where scope may be ``'page'``
(default) or ``'visit'``. Index should be an integer and the
(default) or ``'visit'``. Index should be an integer and the
other parameters should be strings.
"""
bits = token.split_contents()