]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorRaphael <paloma@css-maps.eu>
Fri, 30 Nov 2018 00:11:24 +0000 (19:11 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Nov 2018 15:10:27 +0000 (10:10 -0500)
typo

(cherry picked from commit 0a0b36686d5da0e7d04974c8df0ece574b71f3cb)

lib/sqlalchemy/sql/schema.py

index 7a5b6409440c4c8f00ebf0e87ade168383f3785d..c377f5ed6d3ba0b5938a24aa647a759c68fac189 100644 (file)
@@ -1057,7 +1057,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``.