Author: mtredinnick
Date: 2008-09-28 23:09:39 -0500 (Sun, 28 Sep 2008)
New Revision: 9093

Modified:
   django/trunk/docs/topics/db/queries.txt
Log:
Fixed #9234 -- Typo fix.


Modified: django/trunk/docs/topics/db/queries.txt
===================================================================
--- django/trunk/docs/topics/db/queries.txt     2008-09-28 10:34:51 UTC (rev 
9092)
+++ django/trunk/docs/topics/db/queries.txt     2008-09-29 04:09:39 UTC (rev 
9093)
@@ -340,7 +340,7 @@
         
         .. code-block:: sql
 
-            SELECT ... WHERE headline = 'Man bits dog';
+            SELECT ... WHERE headline = 'Man bites dog';
             
         If you don't provide a lookup type -- that is, if your keyword argument
         doesn't contain a double underscore -- the lookup type is assumed to be
@@ -993,4 +993,4 @@
 Finally, it's important to note that the Django database layer is merely an
 interface to your database. You can access your database via other tools,
 programming languages or database frameworks; there's nothing Django-specific
-about your database.
\ No newline at end of file
+about your database.


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