diff options
author | Calli Rogers <callistalg@gmail.com> | 2021-06-02 10:26:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 10:26:50 -0400 |
commit | 585aa7d7575dfb9a90a00bbd00c68da9e2cb31d7 (patch) | |
tree | 05d2bfc411498091700fa52a084c0a1b86429d18 /lib/sqlalchemy | |
parent | 84d36fd975fd58f5670571ae2dc83a2b53534cdd (diff) | |
download | sqlalchemy-585aa7d7575dfb9a90a00bbd00c68da9e2cb31d7.tar.gz |
removing unavailable parameters from documentation
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r-- | lib/sqlalchemy/sql/schema.py | 5 |
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 |