diff --git a/lib/sqlalchemy/sql/events.py b/lib/sqlalchemy/sql/events.py index 651a8673d9..00f1e7d0d3 100644 --- a/lib/sqlalchemy/sql/events.py +++ b/lib/sqlalchemy/sql/events.py @@ -298,9 +298,6 @@ class DDLEvents(event.Events[SchemaEventTarget]): ] ) - A future release will allow it to be associated with a specific - :class:`_schema.MetaData` object as well. - The dictionary of column information as returned by the dialect is passed, and can be modified. The dictionary is that returned in each element of the list returned