]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
removing unavailable parameters from documentation 6571/head
authorCalli Rogers <callistalg@gmail.com>
Wed, 2 Jun 2021 14:26:50 +0000 (10:26 -0400)
committerGitHub <noreply@github.com>
Wed, 2 Jun 2021 14:26:50 +0000 (10:26 -0400)
lib/sqlalchemy/sql/schema.py

index 6ab58c3013487e2247fd72f63e3319e3baee0890..221d49db9a0fb0fd74a3a456bd9d0429f3da6367 100644 (file)
@@ -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