Index: docs/db-api.txt
===================================================================
--- docs/db-api.txt	(revision 5702)
+++ docs/db-api.txt	(working copy)
@@ -405,7 +405,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]
 
