From 61f9e3761245a55f8997ec40b6983bb0770fdec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 5 May 2016 09:02:07 +0300 Subject: Spelling fixes: "an SQL" -> "a SQL", see #266 --- lib/sqlalchemy/sql/type_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/sql') diff --git a/lib/sqlalchemy/sql/type_api.py b/lib/sqlalchemy/sql/type_api.py index 2a7adf8af..0297e2c49 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. -- cgit v1.2.1