From: Michael Trier Date: Wed, 29 Oct 2008 17:31:14 +0000 (+0000) Subject: Corrected method documentation for MetaData.drop_all(). X-Git-Tag: rel_0_5rc3~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a0a7af923c39de9e2befea81502fa29a3aeaa44;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Corrected method documentation for MetaData.drop_all(). --- 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. """