]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Corrected method documentation for MetaData.drop_all().
authorMichael Trier <mtrier@gmail.com>
Wed, 29 Oct 2008 17:31:14 +0000 (17:31 +0000)
committerMichael Trier <mtrier@gmail.com>
Wed, 29 Oct 2008 17:31:14 +0000 (17:31 +0000)
lib/sqlalchemy/schema.py

index 9e8df78ac660c328903157b47e7588de026d46eb..ea7537a53ef4f54cec4001dcfd46005509e0c194 100644 (file)
@@ -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.
         """