diff options
| author | Simon Willison <simon@simonwillison.net> | 2008-09-11 00:30:31 +0000 |
|---|---|---|
| committer | Simon Willison <simon@simonwillison.net> | 2008-09-11 00:30:31 +0000 |
| commit | 11fd9f2d849c5ab75f0b57cc57ae5035d6e438d8 (patch) | |
| tree | 7b700538d76a37505e29b4ce10a40a9f76057f29 /docs | |
| parent | f17f2bfd1fa1ac6f797c1d0aec1ac12b3bd7b051 (diff) | |
Fixed #8858 by correcting typo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9006 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 28651a56c5..9f39cef90b 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -266,7 +266,7 @@ tests in the Django test suite that will fail when run under this setup. As described above, this can be solved by downloading and installing a newer 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 be affected by this issue. +SQLite and is not affected by this issue. If you are in such platform and find yourself in the need to update ``pysqlite``/SQLite, you will also need to manually modify the |
