diff options
| author | Priit Laes <plaes@plaes.org> | 2014-12-19 18:46:16 +0200 |
|---|---|---|
| committer | Priit Laes <plaes@plaes.org> | 2014-12-19 19:32:27 +0200 |
| commit | 8ae47dc6e0a98b359247040236be0810b9086f40 (patch) | |
| tree | 85179b7521aeea073ff0c9c9c0e20ecbca84032c /examples/sharding | |
| parent | d1ac6cb33af3b105db7cdb51411e10ac3bafff1f (diff) | |
| download | sqlalchemy-8ae47dc6e0a98b359247040236be0810b9086f40.tar.gz | |
Maul the evaulate & friends typo
Diffstat (limited to 'examples/sharding')
| -rw-r--r-- | examples/sharding/attribute_shard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sharding/attribute_shard.py b/examples/sharding/attribute_shard.py index 34b1be5b2..4ce8c247f 100644 --- a/examples/sharding/attribute_shard.py +++ b/examples/sharding/attribute_shard.py @@ -168,7 +168,7 @@ def _get_query_comparisons(query): elif bind.callable: # some ORM functions (lazy loading) # place the bind's value as a - # callable for deferred evaulation. + # callable for deferred evaluation. value = bind.callable() else: # just use .value |
