From 7a0a7af923c39de9e2befea81502fa29a3aeaa44 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Wed, 29 Oct 2008 17:31:14 +0000 Subject: [PATCH] Corrected method documentation for MetaData.drop_all(). --- lib/sqlalchemy/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/schema.py b/lib/sqlalchemy/schema.py index 9e8df78ac6..ea7537a53e 100644 --- a/lib/sqlalchemy/schema.py +++ b/lib/sqlalchemy/schema.py @@ -1690,7 +1690,7 @@ class MetaData(SchemaItem): total tables in the ``MetaData`` (others are ignored). checkfirst - Defaults to True, don't issue CREATEs for tables already present + Defaults to True, only issue DROPs for tables confirmed to be present in the target database. """ -- 2.47.3