From: Raphael Date: Fri, 30 Nov 2018 00:11:24 +0000 (-0500) Subject: typo X-Git-Tag: rel_1_3_0b2~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a0b36686d5da0e7d04974c8df0ece574b71f3cb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo typo --- diff --git a/lib/sqlalchemy/sql/schema.py b/lib/sqlalchemy/sql/schema.py index 67d258b902..3e9aa174a6 100644 --- a/lib/sqlalchemy/sql/schema.py +++ b/lib/sqlalchemy/sql/schema.py @@ -1098,7 +1098,7 @@ class Column(DialectKWArgs, 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``.