From: Gaƫtan de Menten Date: Mon, 8 Dec 2008 10:43:57 +0000 (+0000) Subject: further fix that docstring X-Git-Tag: rel_0_5_0~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c4568eeb86380cabcbf09ac0ad7df2f9d5823a1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git further fix that docstring --- diff --git a/lib/sqlalchemy/sql/expression.py b/lib/sqlalchemy/sql/expression.py index f47ba2e2e8..49629069cd 100644 --- a/lib/sqlalchemy/sql/expression.py +++ b/lib/sqlalchemy/sql/expression.py @@ -1648,7 +1648,7 @@ class ColumnCollection(util.OrderedProperties): e.g.:: - t = Table('sometable', Column('col1', Integer)) + t = Table('sometable', metadata, Column('col1', Integer)) t.columns.replace(Column('col1', Integer, key='columnone')) will remove the original 'col1' from the collection, and add