From: Ville Skyttä Date: Thu, 5 May 2016 06:02:07 +0000 (+0300) Subject: Spelling fixes: "an SQL" -> "a SQL", see #266 X-Git-Tag: rel_1_1_0b1~37^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61f9e3761245a55f8997ec40b6983bb0770fdec4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Spelling fixes: "an SQL" -> "a SQL", see #266 --- diff --git a/doc/build/changelog/changelog_05.rst b/doc/build/changelog/changelog_05.rst index 04ab11dca5..f612ceed9a 100644 --- a/doc/build/changelog/changelog_05.rst +++ b/doc/build/changelog/changelog_05.rst @@ -3461,7 +3461,7 @@ :tickets: Fixed query.join() when used in conjunction with a - columns-only clause and an SQL-expression ON clause in the + columns-only clause and a SQL-expression ON clause in the join. .. change:: diff --git a/lib/sqlalchemy/connectors/mxodbc.py b/lib/sqlalchemy/connectors/mxodbc.py index 9fc0ce6b5b..d49ca4ba3d 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. diff --git a/lib/sqlalchemy/sql/type_api.py b/lib/sqlalchemy/sql/type_api.py index 2a7adf8afa..0297e2c491 100644 --- a/lib/sqlalchemy/sql/type_api.py +++ b/lib/sqlalchemy/sql/type_api.py @@ -1096,7 +1096,7 @@ class TypeDecorator(SchemaEventTarget, TypeEngine): the processing provided by ``self.impl`` is maintained. :param dialect: Dialect instance in use. - :param coltype: An SQLAlchemy data type + :param coltype: A SQLAlchemy data type This method is the reverse counterpart to the :meth:`bind_processor` method of this class. diff --git a/test/engine/test_reflection.py b/test/engine/test_reflection.py index f9799fda0f..1f4b2a51cd 100644 --- a/test/engine/test_reflection.py +++ b/test/engine/test_reflection.py @@ -801,7 +801,7 @@ class ReflectionTest(fixtures.TestBase, ComparesTables): @testing.provide_metadata def test_reserved(self): - # check a table that uses an SQL reserved name doesn't cause an + # check a table that uses a SQL reserved name doesn't cause an # error meta = self.metadata