summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
diff options
context:
space:
mode:
authorCalli Rogers <callistalg@gmail.com>2021-06-02 10:26:50 -0400
committerGitHub <noreply@github.com>2021-06-02 10:26:50 -0400
commit585aa7d7575dfb9a90a00bbd00c68da9e2cb31d7 (patch)
tree05d2bfc411498091700fa52a084c0a1b86429d18 /lib/sqlalchemy
parent84d36fd975fd58f5670571ae2dc83a2b53534cdd (diff)
downloadsqlalchemy-585aa7d7575dfb9a90a00bbd00c68da9e2cb31d7.tar.gz
removing unavailable parameters from documentation
Diffstat (limited to 'lib/sqlalchemy')
-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