]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo 4388/head
authorRaphael <paloma@css-maps.eu>
Fri, 30 Nov 2018 00:11:24 +0000 (19:11 -0500)
committerGitHub <noreply@github.com>
Fri, 30 Nov 2018 00:11:24 +0000 (19:11 -0500)
typo

lib/sqlalchemy/sql/schema.py

index 67d258b902d4b90780b16567796a92aa3035c21d..3e9aa174a69bf31d54f69c2fb0ecb818521c2925 100644 (file)
@@ -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``.