]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
small change
authorPhilip Jenvey <pjenvey@underboss.org>
Mon, 21 Sep 2009 19:43:51 +0000 (19:43 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Mon, 21 Sep 2009 19:43:51 +0000 (19:43 +0000)
doc/build/dbengine.rst

index fa21783ae94b93d37e8e01c96dbbb3720d6f8fa8..c65ef39943848c8c458437628888b7dac16788da 100644 (file)
@@ -66,7 +66,7 @@ Downloads for each DBAPI at the time of this writing are as follows:
  - PostgreSQL:  `psycopg2 <http://www.initd.org/tracker/psycopg/wiki/PsycopgTwo>`_ `pg8000 <http://pybrary.net/pg8000/>`_
  - PostgreSQL on Jython: `PostgreSQL JDBC Driver <http://jdbc.postgresql.org/>`_
  - SQLite:  `sqlite3 <http://www.python.org/doc/2.5.2/lib/module-sqlite3.html>`_ (included in Python 2.5 or greater) `pysqlite <http://initd.org/tracker/pysqlite>`_
- - MySQL:   `MySQLDB (a.k.a. mysql-python) <http://sourceforge.net/projects/mysql-python>`_
+ - MySQL:   `MySQLdb (a.k.a. mysql-python) <http://sourceforge.net/projects/mysql-python>`_
  - MySQL on Jython: `MySQL Connector/J JDBC driver <http://dev.mysql.com/downloads/connector/j/>`_
  - Oracle:  `cx_Oracle <http://cx-oracle.sourceforge.net/>`_
  - Oracle on Jython:  `Oracle JDBC Driver <http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html>`_