summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTom Christie <tom@tomchristie.com>2012-11-09 16:16:58 +0000
committerJannis Leidel <jannis@leidel.info>2012-11-17 21:31:21 +0100
commit9fa6aa9534efe00afbdd733b70a90ec555730891 (patch)
treef6d845db4a8d51e144a6e30fe3277163c8718953 /docs/ref
parent2fdb7e6ca5746e266325d7a7b2e038502c96ce89 (diff)
[1.5.x] Formatting tweaks.
(cherry picked from commit 3f2fc2f41abf226913517eb1e655f823f2c5e53a)
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/class-based-views/mixins-multiple-object.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views/mixins-multiple-object.txt b/docs/ref/class-based-views/mixins-multiple-object.txt
index bdcb43b163..fb5a1715e6 100644
--- a/docs/ref/class-based-views/mixins-multiple-object.txt
+++ b/docs/ref/class-based-views/mixins-multiple-object.txt
@@ -79,7 +79,7 @@ MultipleObjectMixin
A string specifying the name to use for the page parameter.
The view will expect this prameter to be available either as a query
string parameter (via ``request.GET``) or as a kwarg variable specified
- in the URLconf. Defaults to ``"page"``.
+ in the URLconf. Defaults to ``page``.
.. attribute:: paginator_class