From b114d5701cb8dbf5a3874d9804fc333ad55c4191 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 9 Sep 2012 02:26:55 -0400 Subject: [PATCH] fix --- doc/build/core/schema.rst | 1 - lib/sqlalchemy/schema.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/doc/build/core/schema.rst b/doc/build/core/schema.rst index ce26a49069..101577dc10 100644 --- a/doc/build/core/schema.rst +++ b/doc/build/core/schema.rst @@ -274,7 +274,6 @@ There are two major migration tools available for SQLAlchemy: SQL script generation, ORM class generation, ORM model comparison, and extensive support for SQLite migrations. - Specifying the Schema Name --------------------------- diff --git a/lib/sqlalchemy/schema.py b/lib/sqlalchemy/schema.py index 26ad8772d9..02f62b6746 100644 --- a/lib/sqlalchemy/schema.py +++ b/lib/sqlalchemy/schema.py @@ -2313,8 +2313,6 @@ class MetaData(SchemaItem): :ref:`metadata_describing` - Introduction to database metadata - :ref:`metadata_binding` - Information on binding connectables to :class:`.MetaData` - .. index:: single: thread safety; MetaData -- 2.47.2