Author: russellm
Date: 2009-06-24 09:20:38 -0500 (Wed, 24 Jun 2009)
New Revision: 11099

Modified:
   django/branches/releases/1.0.X/docs/ref/models/querysets.txt
Log:
[1.0.X] Fixed #11354 -- Remove stray whitespace in queryset docs. Thanks to 
flebel for the report.

Merge of r11094 from trunk.

Modified: django/branches/releases/1.0.X/docs/ref/models/querysets.txt
===================================================================
--- django/branches/releases/1.0.X/docs/ref/models/querysets.txt        
2009-06-24 14:19:44 UTC (rev 11098)
+++ django/branches/releases/1.0.X/docs/ref/models/querysets.txt        
2009-06-24 14:20:38 UTC (rev 11099)
@@ -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
-~----------~----~----~----~------~----~------~--~---

Reply via email to