Author: russellm
Date: 2009-01-15 08:07:53 -0600 (Thu, 15 Jan 2009)
New Revision: 9746

Modified:
   django/trunk/docs/topics/db/aggregation.txt
Log:
Corrected typo in aggregation docs. Thanks to Ivan Sagalaev for the report.

Modified: django/trunk/docs/topics/db/aggregation.txt
===================================================================
--- django/trunk/docs/topics/db/aggregation.txt 2009-01-15 12:44:45 UTC (rev 
9745)
+++ django/trunk/docs/topics/db/aggregation.txt 2009-01-15 14:07:53 UTC (rev 
9746)
@@ -167,7 +167,7 @@
 
     >>> Store.objects.aggregate(min_price=Min('books__price'), 
max_price=Min('books__price'))
 
-Join chains can be as deep as you required. For example, to extract the
+Join chains can be as deep as you require. For example, to extract the
 age of the youngest author of any book available for sale, you could
 issue the query::
 


--~--~---------~--~----~------------~-------~--~----~
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