Author: russellm
Date: 2009-06-24 09:01:36 -0500 (Wed, 24 Jun 2009)
New Revision: 11094
Modified:
django/trunk/docs/ref/models/querysets.txt
Log:
Fixed #11354 -- Remove stray whitespace in queryset docs. Thanks to flebel for
the report.
Modified: django/trunk/docs/ref/models/querysets.txt
===================================================================
--- django/trunk/docs/ref/models/querysets.txt 2009-06-24 14:00:53 UTC (rev
11093)
+++ django/trunk/docs/ref/models/querysets.txt 2009-06-24 14:01:36 UTC (rev
11094)
@@ -35,7 +35,7 @@
* **Slicing.** As explained in :ref:`limiting-querysets`, a ``QuerySet``
can
be sliced, using Python's array-slicing syntax. Usually slicing a
- ``QuerySet`` returns another (unevaluated ) ``QuerySet``, but Django will
+ ``QuerySet`` returns another (unevaluated) ``QuerySet``, but Django will
execute the database query if you use the "step" parameter of slice
syntax.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---