From a6c91d19d4e2f61263333e7ebb88339a50318763 Mon Sep 17 00:00:00 2001 From: Alexandre Pocquet Date: Mon, 24 Aug 2015 11:32:54 +0200 Subject: [PATCH] Reformat Piwik docstring --- analytical/templatetags/piwik.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/analytical/templatetags/piwik.py b/analytical/templatetags/piwik.py index b543968..d8f3beb 100644 --- a/analytical/templatetags/piwik.py +++ b/analytical/templatetags/piwik.py @@ -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()