Author: gwilson
Date: 2007-07-16 17:29:09 -0500 (Mon, 16 Jul 2007)
New Revision: 5720

Modified:
   django/trunk/docs/db-api.txt
Log:
Fixed #4851 -- Fixed description of an example query in `db-api` docs.


Modified: django/trunk/docs/db-api.txt
===================================================================
--- django/trunk/docs/db-api.txt        2007-07-16 13:47:43 UTC (rev 5719)
+++ django/trunk/docs/db-api.txt        2007-07-16 22:29:09 UTC (rev 5720)
@@ -409,7 +409,7 @@
 
     Entry.objects.all()[:5]
 
-This returns the fifth through tenth objects (``OFFSET 5 LIMIT 5``)::
+This returns the sixth through tenth objects (``OFFSET 5 LIMIT 5``)::
 
     Entry.objects.all()[5:10]
 


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