From b0072d64554c01ab3cc143a92891efe69d41a2b2 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 26 Mar 2020 06:51:48 +1100 Subject: [PATCH] docs: Fix simple typo, elipses -> ellipses There is a small typo in pagination/templatetags/pagination_tags.py. Should read `ellipses` rather than `elipses`. --- pagination/templatetags/pagination_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pagination/templatetags/pagination_tags.py b/pagination/templatetags/pagination_tags.py index 1d544f0..13fb0c8 100644 --- a/pagination/templatetags/pagination_tags.py +++ b/pagination/templatetags/pagination_tags.py @@ -124,7 +124,7 @@ def paginate(context, window=DEFAULT_WINDOW, hashtag=''): Renders the ``pagination/pagination.html`` template, resulting in a Digg-like display of the available pages, given the current page. If there are too many pages to be displayed before and after the current page, then - elipses will be used to indicate the undisplayed gap between page numbers. + ellipses will be used to indicate the undisplayed gap between page numbers. Requires one argument, ``context``, which should be a dictionary-like data structure and must contain the following keys: