]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Nov 2005 03:16:53 +0000 (03:16 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Nov 2005 03:16:53 +0000 (03:16 +0000)
lib/sqlalchemy/sql.py

index da0647967cd7062080674e8e199303e967339929..85d87b10afe03b203a57c7e46c73cd8fb330f25d 100644 (file)
@@ -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
+