From 84d0cae53a6feffde8d328f86f55384e49b7472b Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 29 Nov 2018 19:11:24 -0500 Subject: [PATCH] typo typo (cherry picked from commit 0a0b36686d5da0e7d04974c8df0ece574b71f3cb) --- lib/sqlalchemy/sql/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/sql/schema.py b/lib/sqlalchemy/sql/schema.py index 741bceb0a2..acd21a832d 100644 --- a/lib/sqlalchemy/sql/schema.py +++ b/lib/sqlalchemy/sql/schema.py @@ -1074,7 +1074,7 @@ class Column(SchemaItem, ColumnClause): :param onupdate: A scalar, Python callable, or :class:`~sqlalchemy.sql.expression.ClauseElement` representing a default value to be applied to the column within UPDATE - statements, which wil be invoked upon update if this column is not + statements, which will be invoked upon update if this column is not present in the SET clause of the update. This is a shortcut to using :class:`.ColumnDefault` as a positional argument with ``for_update=True``. -- 2.47.2