diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2016-05-05 09:02:07 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2016-05-05 09:02:38 +0300 |
commit | 61f9e3761245a55f8997ec40b6983bb0770fdec4 (patch) | |
tree | 632e311552814990551199691cbc37f69c65b802 /lib/sqlalchemy/connectors/mxodbc.py | |
parent | 7a1e2dd92f28ad1b43e0e487b4fbc8088364713f (diff) | |
download | sqlalchemy-pr/270.tar.gz |
Spelling fixes: "an SQL" -> "a SQL", see #266pr/270
Diffstat (limited to 'lib/sqlalchemy/connectors/mxodbc.py')
-rw-r--r-- | lib/sqlalchemy/connectors/mxodbc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/connectors/mxodbc.py b/lib/sqlalchemy/connectors/mxodbc.py index 9fc0ce6b5..d49ca4ba3 100644 --- a/lib/sqlalchemy/connectors/mxodbc.py +++ b/lib/sqlalchemy/connectors/mxodbc.py @@ -6,7 +6,7 @@ # the MIT License: http://www.opensource.org/licenses/mit-license.php """ -Provide an SQLALchemy connector for the eGenix mxODBC commercial +Provide a SQLALchemy connector for the eGenix mxODBC commercial Python adapter for ODBC. This is not a free product, but eGenix provides SQLAlchemy with a license for use in continuous integration testing. |