summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorlatyas(懒) <latyas@gmail.com>2015-05-20 19:00:19 +0800
committerTim Graham <timograham@gmail.com>2015-05-20 08:16:36 -0400
commit63d60dfe29a73a6b860a69835c04f727861ff562 (patch)
treea6d32d46bb7c5cc4d5daa1ec96c5107d3628378f /docs
parentaeafdf9398edb8a9fe34e10af10f98ae567a97db (diff)
[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txt
Backport of 8b106cfaa07dc04ad27a1a90c1eb03af80111695 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 0250f8d3c7..6ae67a27fc 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -1294,7 +1294,7 @@ templates used by the :class:`ModelAdmin` views:
.. method:: ModelAdmin.get_ordering(request)
- The ``get_ordering`` method takes a``request`` as parameter and
+ The ``get_ordering`` method takes a ``request`` as parameter and
is expected to return a ``list`` or ``tuple`` for ordering similar
to the :attr:`ordering` attribute. For example::