]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Spelling fixes: "an SQL" -> "a SQL", see #266
authorVille Skyttä <ville.skytta@iki.fi>
Thu, 5 May 2016 06:02:07 +0000 (09:02 +0300)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 May 2016 20:30:33 +0000 (16:30 -0400)
(cherry picked from commit 61f9e3761245a55f8997ec40b6983bb0770fdec4)

doc/build/changelog/changelog_05.rst
lib/sqlalchemy/connectors/mxodbc.py
lib/sqlalchemy/sql/type_api.py
test/engine/test_reflection.py

index 04ab11dca53d68693667fe828cc5ad32e723acc2..f612ceed9a2005c32d19ca00d0118e2d8d7a6abd 100644 (file)
         :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::
index 9fc0ce6b5b5f417818fed7e6121db4eabacf7e9f..d49ca4ba3d370c662a162ec36c37dc15f8dbd658 100644 (file)
@@ -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.
index 2997a8dbfb7e6a7b9bae3f02c9cceabf649d6449..7b1bfcb92de1ddcfb7275290211f0c4e15354589 100644 (file)
@@ -1011,7 +1011,7 @@ class TypeDecorator(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.
index 7dec8b96a15bc3b27b6cbf90968fcb169c9b14f4..673708532c0718db71899b6299bb9969d0d2f2af 100644 (file)
@@ -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