]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
removed 'redefine' from docstring
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Nov 2006 16:15:04 +0000 (16:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Nov 2006 16:15:04 +0000 (16:15 +0000)
lib/sqlalchemy/schema.py

index 9750d37fdd20d0de358d733db626c3bd44bd2859..68022f70b6a0399d14bc21fd775ed8cc7229cf0a 100644 (file)
@@ -179,9 +179,6 @@ class Table(SchemaItem, sql.TableClause):
         autoload=False : the Columns for this table should be reflected from the database.  Usually
         there will be no Column objects in the constructor if this property is set.
         
-        redefine=False : if this Table has already been defined in the application, clear out its columns
-        and redefine with new arguments.
-        
         mustexist=False : indicates that this Table must already have been defined elsewhere in the application,
         else an exception is raised.