Skip to content

Commit

Permalink
Fixed #20397 - Cleaned up issue with quotation marks in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
svisser committed May 12, 2013
1 parent 2c62a50 commit b9efc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/querysets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Use the ``reverse()`` method to reverse the order in which a queryset's
elements are returned. Calling ``reverse()`` a second time restores the
ordering back to the normal direction.

To retrieve the ''last'' five items in a queryset, you could do this::
To retrieve the "last" five items in a queryset, you could do this::

my_queryset.reverse()[:5]

Expand Down

0 comments on commit b9efc03

Please sign in to comment.