diff options
Diffstat (limited to 'lib/sqlalchemy/schema.py')
-rw-r--r-- | lib/sqlalchemy/schema.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/schema.py b/lib/sqlalchemy/schema.py index 2ec359f38..5d31543d8 100644 --- a/lib/sqlalchemy/schema.py +++ b/lib/sqlalchemy/schema.py @@ -472,7 +472,7 @@ class Column(SchemaItem, expression.ColumnClause): or :meth:`create_all()`. The flag has no relevance at any other time. * The database supports autoincrementing behavior, such as - Postgres or MySQL, and this behavior can be disabled (which does + PostgreSQL or MySQL, and this behavior can be disabled (which does not include SQLite). :param default: A scalar, Python callable, or :class:`~sqlalchemy.sql.expression.ClauseElement` |