diff options
| author | Michael Trier <mtrier@gmail.com> | 2008-10-29 17:31:14 +0000 |
|---|---|---|
| committer | Michael Trier <mtrier@gmail.com> | 2008-10-29 17:31:14 +0000 |
| commit | 7a0a7af923c39de9e2befea81502fa29a3aeaa44 (patch) | |
| tree | 47189d5716c53aa0ea3dce3c11b5687d90089e86 /lib/sqlalchemy | |
| parent | 3882bb864beb577dcc25fe06b8c0bdd11d0629bb (diff) | |
| download | sqlalchemy-7a0a7af923c39de9e2befea81502fa29a3aeaa44.tar.gz | |
Corrected method documentation for MetaData.drop_all().
Diffstat (limited to 'lib/sqlalchemy')
| -rw-r--r-- | lib/sqlalchemy/schema.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/schema.py b/lib/sqlalchemy/schema.py index 9e8df78ac..ea7537a53 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. """ |
