diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2009-10-23 19:43:58 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2009-10-23 19:43:58 +0000 |
| commit | 7770c70007b3d402b5cf7f4f2cbe74aed11be98f (patch) | |
| tree | 5fa65bb892b7532adcad794b0a99237b6f92b03f /docs | |
| parent | 7098664940567c772a45ad98f9ee936063a1102e (diff) | |
Fixed a silly typo left over from removing Python 2.3 references.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11641 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/install.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 7fbe15a672..0a64e3258d 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -93,10 +93,10 @@ database bindings are installed. will also want to read the database-specific notes for the :ref:`MySQL backend <ref-databases>`. -* If you're using SQLite and either Python 2.4 or Python 2.4, you'll need - pysqlite_. Use version 2.0.3 or higher. Python 2.5 ships with an SQLite - wrapper in the standard library, so you don't need to install anything extra - in that case. Please read the SQLite backend :ref:`notes<sqlite-notes>`. +* If you're using SQLite and Python 2.4, you'll need pysqlite_. Use version + 2.0.3 or higher. Python 2.5 ships with an SQLite wrapper in the standard + library, so you don't need to install anything extra in that case. Please + read the SQLite backend :ref:`notes<sqlite-notes>`. * If you're using Oracle, you'll need a copy of cx_Oracle_, but please read the database-specific notes for the |
