Skip to content

Commit

Permalink
[1.7.x] Fixed typo in docs/ref/contrib/admin/index.txt
Browse files Browse the repository at this point in the history
Backport of 8b106cf from master
  • Loading branch information
ly0 authored and timgraham committed May 20, 2015
1 parent 3908c3c commit 198ad25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/contrib/admin/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,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::

Expand Down

0 comments on commit 198ad25

Please sign in to comment.