summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2005-11-11 03:16:53 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2005-11-11 03:16:53 +0000
commit5d0706fee3010836420b59d4cbdbe17d6cf9ffc7 (patch)
treea6d5b11bd867c2cbb9fd4dc934d73f7d0ee17101 /lib/sqlalchemy/sql.py
parente3d535039de95f594dd319f945b6eb4d951d55b5 (diff)
downloadsqlalchemy-5d0706fee3010836420b59d4cbdbe17d6cf9ffc7.tar.gz
Diffstat (limited to 'lib/sqlalchemy/sql.py')
-rw-r--r--lib/sqlalchemy/sql.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/sql.py b/lib/sqlalchemy/sql.py
index da0647967..85d87b10a 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
+