From: Zygmunt Krynicki Date: Wed, 22 Jun 2011 17:21:51 +0000 (+0200) Subject: Use correct template name in do_paginate docstring X-Git-Tag: release-2.0.1~3 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/6b4e8adb049d1e71d7f69e6ca562e5100624b789 Use correct template name in do_paginate docstring --- diff --git a/linaro_django_pagination/templatetags/pagination_tags.py b/linaro_django_pagination/templatetags/pagination_tags.py index bb2dd9a..1a84c57 100644 --- a/linaro_django_pagination/templatetags/pagination_tags.py +++ b/linaro_django_pagination/templatetags/pagination_tags.py @@ -201,7 +201,7 @@ def do_paginate(parser, token): paginate [using "TEMPLATE"] Where TEMPLATE is a quoted template name. If missing the default template - is used (paginate/paginate.html). + is used (paginate/pagination.html). """ argv = token.split_contents() argc = len(argv)