From: Philip Jenvey Date: Mon, 21 Sep 2009 19:43:51 +0000 (+0000) Subject: small change X-Git-Tag: rel_0_6beta1~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79ce8e89bd0537d26c8c3594557b2aa4c67f8f90;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git small change --- diff --git a/doc/build/dbengine.rst b/doc/build/dbengine.rst index fa21783ae9..c65ef39943 100644 --- a/doc/build/dbengine.rst +++ b/doc/build/dbengine.rst @@ -66,7 +66,7 @@ Downloads for each DBAPI at the time of this writing are as follows: - PostgreSQL: `psycopg2 `_ `pg8000 `_ - PostgreSQL on Jython: `PostgreSQL JDBC Driver `_ - SQLite: `sqlite3 `_ (included in Python 2.5 or greater) `pysqlite `_ - - MySQL: `MySQLDB (a.k.a. mysql-python) `_ + - MySQL: `MySQLdb (a.k.a. mysql-python) `_ - MySQL on Jython: `MySQL Connector/J JDBC driver `_ - Oracle: `cx_Oracle `_ - Oracle on Jython: `Oracle JDBC Driver `_