Author: gwilson
Date: 2009-03-31 10:42:58 -0500 (Tue, 31 Mar 2009)
New Revision: 10253

Modified:
   django/branches/releases/1.0.X/docs/ref/databases.txt
Log:
[1.0.X]: Fixed #10575 -- Fixed wording in database docs, patch from rduffield.

Backport of r10252 from trunk.


Modified: django/branches/releases/1.0.X/docs/ref/databases.txt
===================================================================
--- django/branches/releases/1.0.X/docs/ref/databases.txt       2009-03-31 
15:42:13 UTC (rev 10252)
+++ django/branches/releases/1.0.X/docs/ref/databases.txt       2009-03-31 
15:42:58 UTC (rev 10253)
@@ -311,10 +311,10 @@
 uses a newer version of SQLite. Python 2.6 ships with a newer version of 
 SQLite and is not affected by this issue.
 
-If you are in such platform and find yourself in the need to update
+If you are on such a platform and find yourself needing to update
 ``pysqlite``/SQLite, you will also need to manually modify the
 ``django/db/backends/sqlite3/base.py`` file in the Django source tree so it
-attempts to import ``pysqlite2`` before than ``sqlite3`` and so it can take
+attempts to import ``pysqlite2`` before ``sqlite3`` and so it can take
 advantage of the new ``pysqlite2``/SQLite versions.
 
 Version 3.6.2


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