diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-23 17:45:13 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-23 17:45:13 -0500 |
| commit | 02343871884c6c97d90807d4a2a9eb62684d43de (patch) | |
| tree | d4847ca167eb4229c1c4cd5effd6c4e763d46569 | |
| parent | 761511f3f2418ea15547484d476f3c1553063328 (diff) | |
| download | sqlalchemy-02343871884c6c97d90807d4a2a9eb62684d43de.tar.gz | |
typo
| -rw-r--r-- | doc/build/dialects/index.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 865d0714f..51bf0c71f 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -44,10 +44,12 @@ Current external dialect projects for SQLAlchemy include: Production Ready ^^^^^^^^^^^^^^^^ -* `ibm_db_sa <http://code.google.com/p/ibm-db/wiki/README>`_ - driver for IBM DB2 and Informix, developed jointly by IBM and SQLAlchemy developers. +* `ibm_db_sa <http://code.google.com/p/ibm-db/wiki/README>`_ - driver for IBM DB2 and Informix, + developed jointly by IBM and SQLAlchemy developers. * `redshift-sqlalchemy <https://pypi.python.org/pypi/redshift-sqlalchemy>`_ - driver for Amazon Redshift, adapts -the existing Postgresql/psycopg2 driver. -* `sqlalchemy-sqlany <https://github.com/sqlanywhere/sqlalchemy-sqlany>`_ - driver for SAP Sybase SQL Anywhere, developed by SAP. + the existing Postgresql/psycopg2 driver. +* `sqlalchemy-sqlany <https://github.com/sqlanywhere/sqlalchemy-sqlany>`_ - driver for SAP Sybase SQL + Anywhere, developed by SAP. * `sqlalchemy-monetdb <https://github.com/gijzelaerr/sqlalchemy-monetdb>`_ - driver for MonetDB. Experimental / Incomplete |
