]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fixed typo in docs
authoradriennefranke <adriennefranke@gmail.com>
Thu, 6 Dec 2018 00:57:50 +0000 (18:57 -0600)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Dec 2018 01:32:21 +0000 (20:32 -0500)
Fixes: #4166
Fixes: #4399
Change-Id: I49494209463089114e77dfc737c811837d49ea20
(cherry picked from commit 09856b911ba52befc330676ad831d7829f88ef20)

doc/build/dialects/index.rst

index 8721126ce2f966383d45fe0725725df43e1857da..6d17a3c0753361b21a14655ae060d379c60b06d6 100644 (file)
@@ -57,7 +57,7 @@ Production Ready
 * `sqlalchemy-monetdb <https://github.com/gijzelaerr/sqlalchemy-monetdb>`_ - driver for MonetDB.
 * `snowflake-sqlalchemy <https://github.com/snowflakedb/snowflake-sqlalchemy>`_ - driver for `Snowflake <https://www.snowflake.net/>`_.
 * `sqlalchemy-tds <https://github.com/m32/sqlalchemy-tds>`_ - driver for MS-SQL,
-  on top of `pythone-tds <https://github.com/denisenkom/pytds>`_.
+  on top of `python-tds <https://github.com/denisenkom/pytds>`_.
 * `crate <https://github.com/crate/crate-python>`_ - driver for `CrateDB <https://crate.io/>`_.
 
 Experimental / Incomplete