summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/sqlalchemy/sql/schema.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/sqlalchemy/sql/schema.py b/lib/sqlalchemy/sql/schema.py
index 6ab58c301..221d49db9 100644
--- a/lib/sqlalchemy/sql/schema.py
+++ b/lib/sqlalchemy/sql/schema.py
@@ -4248,11 +4248,6 @@ class MetaData(SchemaItem):
this :class:`_schema.MetaData` will
be bound to the resulting engine.
- :param reflect:
- Optional, automatically load all tables from the bound database.
- Defaults to False. :paramref:`_schema.MetaData.bind` is required
- when this option is set.
-
:param schema:
The default schema to use for the :class:`_schema.Table`,
:class:`.Sequence`, and potentially other objects associated with