summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-08-17 09:17:33 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2022-08-17 09:17:33 -0400
commit0eea54e84df104ffe8bc246eb82e4a7a2cf05079 (patch)
tree916e3990a19e414d4af4c3b70851d8a6681a9b93 /lib/sqlalchemy/sql
parenta134ec1760df6295d537ff63df7aee83d957bf6a (diff)
downloadsqlalchemy-0eea54e84df104ffe8bc246eb82e4a7a2cf05079.tar.gz
remove erroneous note about future metadata
this change was already applied Change-Id: I24cfdc1912b77f98ae6d0f3865cabd223553fc79
Diffstat (limited to 'lib/sqlalchemy/sql')
-rw-r--r--lib/sqlalchemy/sql/events.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/sqlalchemy/sql/events.py b/lib/sqlalchemy/sql/events.py
index 651a8673d..00f1e7d0d 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