summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/generic_views.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/generic_views.txt b/docs/generic_views.txt
index a00a49d8be..f1de6b2c62 100644
--- a/docs/generic_views.txt
+++ b/docs/generic_views.txt
@@ -775,7 +775,7 @@ If the results are paginated, the context will contain these extra variables:
page.
* **New in Django development version:** ``page_range``: A list of the
- page numbers that are available. This is 1-based.
+ page numbers that are available. This is 1-based.
Notes on pagination
~~~~~~~~~~~~~~~~~~~