summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Christie <tom@tomchristie.com>2012-11-09 16:16:58 +0000
committerTom Christie <tom@tomchristie.com>2012-11-09 16:16:58 +0000
commit3f2fc2f41abf226913517eb1e655f823f2c5e53a (patch)
tree5abcff9a6595f34cbbb3abc8827b229503b90782
parent5bc6929f9af4d71065bce42578e49354096a7bf4 (diff)
Formatting tweaks.
-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