summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2009-03-31 15:42:13 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2009-03-31 15:42:13 +0000
commitf2df3650d6d576c4e8186378b101da99b2f49fb7 (patch)
tree83f4ef364a8e9f300f2574c43cc3989d8811e882 /docs/ref/databases.txt
parent1eccb1c6aa573dad7c1849fceea8ef966ab53db4 (diff)
Fixed #10575 -- Fixed wording in database docs, patch from rduffield.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 74a8145948..33601ef9d0 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -377,10 +377,10 @@ version of ``pysqlite2`` (``pysqlite-2.x.x.win32-py2.5.exe``) that includes and
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.5.9