From: Mike Bayer Date: Fri, 11 Nov 2005 03:16:53 +0000 (+0000) Subject: (no commit message) X-Git-Tag: rel_0_1_0~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d0706fee3010836420b59d4cbdbe17d6cf9ffc7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git --- diff --git a/lib/sqlalchemy/sql.py b/lib/sqlalchemy/sql.py index da0647967c..85d87b10af 100644 --- a/lib/sqlalchemy/sql.py +++ b/lib/sqlalchemy/sql.py @@ -243,8 +243,8 @@ class ClauseElement(object): caching a SQL expression. Note that since ClauseElements may be mutable, the hash_key() value is subject to - change if the underlying structure of the ClauseElement changes.""" raise - NotImplementedError(repr(self)) + change if the underlying structure of the ClauseElement changes.""" + raise NotImplementedError(repr(self)) def _get_from_objects(self): raise NotImplementedError(repr(self)) def _process_from_dict(self, data, asfrom): @@ -1013,4 +1013,4 @@ class Sequence(BindParamClause): def accept_visitor(self, visitor): visitor.visit_sequence(self) - \ No newline at end of file +