diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-09-15 04:53:35 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-09-15 04:53:35 +0000 |
| commit | 4ed5eafe878778f6f15d9ea8aa84b2aed1bb2ecd (patch) | |
| tree | 2db3f32743441250c8ae1ac6d2954b2cdcf2a9e6 | |
| parent | 042d87b98c641514964497a26acf790a1f42880b (diff) | |
Fixed #5482 -- Fixed ReST error in docs/generic_views.txt. Thanks, ubernostrum and nickefford
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6258 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/generic_views.txt | 2 |
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 ~~~~~~~~~~~~~~~~~~~ |
