Use correct template name in do_paginate docstring
authorZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Wed, 22 Jun 2011 17:21:51 +0000 (19:21 +0200)
committerZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Wed, 22 Jun 2011 17:21:51 +0000 (19:21 +0200)
linaro_django_pagination/templatetags/pagination_tags.py

index bb2dd9a..1a84c57 100644 (file)
@@ -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)