]> 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)
committerVille Skyttä <ville.skytta@iki.fi>
Thu, 5 May 2016 06:02:38 +0000 (09:02 +0300)
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 2a7adf8afa8030a887dbf8649cd5fcfb00767751..0297e2c4912fa0a2096165f74d6c2ba4d521830c 100644 (file)
@@ -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.
index f9799fda0febe54cb4f2bd2501110e8250c889f3..1f4b2a51cd60e66361ecada92d44248ddc6fcbc8 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